]> Dogcows Code - chaz/openbox/blobdiff - data/Makefile.am
add actions for key/mouse bindings etc
[chaz/openbox] / data / Makefile.am
index 745d8e53566668e0116793762acc79f686d7d12a..67f1bd300f876e888284edd5c9679a3a3844d1f0 100644 (file)
@@ -1,21 +1,16 @@
-# data/Makefile.am for Openbox
-
-SUBDIRS = styles
+#SUBDIRS = styles buttons
 CLEANFILES = menu
 MAINTAINERCLEANFILES = Makefile.in
 
-all-local: menu
+EXTRA_DIST = README.menu menu.in
+
+pkgdata_DATA = menu
 
 distclean-local:
-       rm -f *\~
+       $(RM) *\~ .\#*
 
 menu: menu.in
        @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," @srcdir@/menu.in > menu
 
-install-data-local: menu
-       test -f $(DESTDIR)$(pkgdatadir)/menu || \
-       $(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir)
-
 uninstall-am:
-       rm -f $(DESTDIR)$(pkgdatadir)/menu
-
+       $(RM) $(DESTDIR)$(pkgdatadir)/menu
This page took 0.02186 seconds and 4 git commands to generate.