]> Dogcows Code - chaz/openbox/blobdiff - data/Makefile.am
move the gettext header out to the root source dir
[chaz/openbox] / data / Makefile.am
index cf19c53803f3e41ca1232e9de45d143a68ea1b3e..99d47b3aba90fba9b5d184c4d96c959b131649f2 100644 (file)
@@ -1,16 +1,10 @@
-#SUBDIRS = styles buttons
-CLEANFILES = menu
-MAINTAINERCLEANFILES = Makefile.in
+rcdir=$(datadir)/openbox
 
-EXTRA_DIST = README.menu menu.in
+rc_DATA=rc3
 
-pkgdata_DATA = menu
+EXTRA_DIST=$(rc_DATA)
 
-distclean-local:
-       $(RM) *\~ .\#*
-
-menu: menu.in
-       $(SED) -e "s!@pkgdatadir@!$(pkgdatadir)!" $< > $@
+MAINTAINERCLEANFILES=Makefile.in
 
-uninstall-am:
-       $(RM) $(DESTDIR)$(pkgdatadir)/menu
+distclean-local:
+       $(RM) *\~ *.orig *.rej .\#*
This page took 0.019964 seconds and 4 git commands to generate.