]> Dogcows Code - chaz/openbox/blobdiff - data/Makefile.am
add buttons to the tree.rm stupid comments in Makefile.ams
[chaz/openbox] / data / Makefile.am
index 3fdf19d2a74b6d311cffeb36ff22d4933de3d84a..a62858556060d0112eb772fd8e25db78e438d6f0 100644 (file)
@@ -1,13 +1,11 @@
-# data/Makefile.am for Openbox
-
-SUBDIRS = styles
+SUBDIRS = styles buttons
 CLEANFILES = menu
 MAINTAINERCLEANFILES = Makefile.in
 
 all-local: menu
 
 distclean-local:
-       rm -f *\~
+       rm -f *\~ .\#*
 
 menu: menu.in
        @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," @srcdir@/menu.in > menu
@@ -15,3 +13,7 @@ menu: menu.in
 install-data-local: menu
        test -f $(DESTDIR)$(pkgdatadir)/menu || \
        $(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir)
+
+uninstall-am:
+       rm -f $(DESTDIR)$(pkgdatadir)/menu
+
This page took 0.025967 seconds and 4 git commands to generate.