]> Dogcows Code - chaz/openbox/blobdiff - data/Makefile.am
add actions for key/mouse bindings etc
[chaz/openbox] / data / Makefile.am
index a62858556060d0112eb772fd8e25db78e438d6f0..67f1bd300f876e888284edd5c9679a3a3844d1f0 100644 (file)
@@ -1,19 +1,16 @@
-SUBDIRS = styles buttons
+#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.021774 seconds and 4 git commands to generate.