]> Dogcows Code - chaz/openbox/blobdiff - data/Makefile.am
add actions for key/mouse bindings etc
[chaz/openbox] / data / Makefile.am
index c80549080fa32e04a5b95a627d2b64097285d4e5..67f1bd300f876e888284edd5c9679a3a3844d1f0 100644 (file)
@@ -1,10 +1,10 @@
-SUBDIRS = styles buttons
+#SUBDIRS = styles buttons
 CLEANFILES = menu
 MAINTAINERCLEANFILES = Makefile.in
 
 EXTRA_DIST = README.menu menu.in
 
-all-local: menu
+pkgdata_DATA = menu
 
 distclean-local:
        $(RM) *\~ .\#*
@@ -12,9 +12,5 @@ distclean-local:
 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) $(DESTDIR)$(pkgdatadir)/menu
This page took 0.024534 seconds and 4 git commands to generate.