]> Dogcows Code - chaz/openbox/blobdiff - data/Makefile.am
syching with bb-cvs. rm .\#* on make dist-clean. nls updates.
[chaz/openbox] / data / Makefile.am
index 3fdf19d2a74b6d311cffeb36ff22d4933de3d84a..93bdd3b4a5eab79be5678d7fcc0ffd5a507944d6 100644 (file)
@@ -7,7 +7,7 @@ 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 +15,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.027021 seconds and 4 git commands to generate.