all repos — openbox @ f994c778d8e307d99884e8554a361dd4ddb0e106

openbox fork - make it a bit more like ryudo

fixed some uninstall issues
Dana Jansens danakj@orodu.net
commit

f994c778d8e307d99884e8554a361dd4ddb0e106

parent

e1b78a1f8435d4248878091ad9e9fb84944c14a7

4 files changed, 11 insertions(+), 0 deletions(-)

jump to
M data/Makefile.amdata/Makefile.am

@@ -15,3 +15,7 @@

install-data-local: menu test -f $(DESTDIR)$(pkgdatadir)/menu || \ $(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir) + +uninstall-am: + rm -f $(DESTDIR)$(pkgdatadir)/menu +
M data/Makefile.indata/Makefile.in

@@ -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:
M data/styles/Makefile.amdata/styles/Makefile.am

@@ -6,3 +6,5 @@ style_DATA = artwiz bluebox cthulhain deep flux frobozz frobust nyz nyzclone operation outcomes shade steelblue steelblue2 the_orange trisb twice

distclean-local: rm -f *\~ +uninstall-am: + rmdir $(styledir)
M data/styles/Makefile.indata/styles/Makefile.in

@@ -209,6 +209,8 @@

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.