projects
/
dana
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
use the theme name only for the buttons dir
[dana/openbox.git]
/
data
/
Makefile.am
1
#SUBDIRS = styles buttons
2
CLEANFILES = menu
3
MAINTAINERCLEANFILES = Makefile.in
4
5
EXTRA_DIST = README.menu menu.in
6
7
data_DATA = menu
8
9
distclean-local:
10
$(RM) *\~ .\#*
11
12
menu: $(srcdir)/menu.in
13
$(SED) -e "s!@datadir@!$(datadir)!" $< > $@
14
15
uninstall-am:
16
$(RM) $(DESTDIR)$(datadir)/menu