]> Dogcows Code - chaz/openbox/blobdiff - data/Makefile.am
new swig build system. much better. yay.
[chaz/openbox] / data / Makefile.am
index 745d8e53566668e0116793762acc79f686d7d12a..c80549080fa32e04a5b95a627d2b64097285d4e5 100644 (file)
@@ -1,13 +1,13 @@
-# data/Makefile.am for Openbox
-
-SUBDIRS = styles
+SUBDIRS = styles buttons
 CLEANFILES = menu
 MAINTAINERCLEANFILES = Makefile.in
 
+EXTRA_DIST = README.menu menu.in
+
 all-local: menu
 
 distclean-local:
-       rm -f *\~
+       $(RM) *\~ .\#*
 
 menu: menu.in
        @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," @srcdir@/menu.in > menu
@@ -17,5 +17,4 @@ install-data-local: menu
        $(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir)
 
 uninstall-am:
-       rm -f $(DESTDIR)$(pkgdatadir)/menu
-
+       $(RM) $(DESTDIR)$(pkgdatadir)/menu
This page took 0.026943 seconds and 4 git commands to generate.