]> Dogcows Code - chaz/openbox/commitdiff
fixed some uninstall issues
authorDana Jansens <danakj@orodu.net>
Sun, 21 Apr 2002 04:26:11 +0000 (04:26 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 21 Apr 2002 04:26:11 +0000 (04:26 +0000)
data/Makefile.am
data/Makefile.in
data/styles/Makefile.am
data/styles/Makefile.in

index 3fdf19d2a74b6d311cffeb36ff22d4933de3d84a..745d8e53566668e0116793762acc79f686d7d12a 100644 (file)
@@ -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
+
index a7e35d4423f466eed1b35a89fe45be9d6c320f10..a21707f96df57623e4a8733b6ac931aa1de4164f 100644 (file)
@@ -303,6 +303,9 @@ install-data-local: menu
        test -f $(DESTDIR)$(pkgdatadir)/menu || \
        $(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir)
 
+uninstall-am:
+       rm -f $(DESTDIR)$(pkgdatadir)/menu
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
index 3a5ec06ae0cfee73fe1eedac1cfda91600bfa071..31458285a2dd44441b225487d0d8c6062ec954b7 100644 (file)
@@ -6,3 +6,5 @@ style_DATA = artwiz bluebox cthulhain deep flux frobozz frobust nyz nyzclone ope
 
 distclean-local:
        rm -f *\~
+uninstall-am:
+       rmdir $(styledir)
index 74014486f80e84d94a18328117f7f60ac21f13bb..9aa59d6262dcb30de7c077554bc126d86de6c819 100644 (file)
@@ -209,6 +209,8 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 distclean-local:
        rm -f *\~
+uninstall-am:
+       rmdir $(styledir)
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
This page took 0.02693 seconds and 4 git commands to generate.