projects
/
mikachu
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
use the SED command
[mikachu/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
pkgdata_DATA = menu
8
9
distclean-local:
10
$(RM) *\~ .\#*
11
12
menu: menu.in
13
$(SED) -e "s!@pkgdatadir@!$(pkgdatadir)!" $< > $@
14
15
uninstall-am:
16
$(RM) $(DESTDIR)$(pkgdatadir)/menu