]> icculus.org git repositories - dana/openbox.git/blob - data/Makefile.am
use the SED command
[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 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