From: Richard Hartmann Date: Wed, 11 Feb 2015 19:10:46 +0000 (+0100) Subject: Makefile: Delete correct doc dir X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/baabd32f2b2ac183013dd4a2bad7d6f2eeca777d Makefile: Delete correct doc dir Seems not a lot of people `make purge`... --- diff --git a/Makefile b/Makefile index d939624..21be052 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ uninstall: purge: uninstall rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/bin/ rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/man/man1/ - rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(DOCDIR_PREFIX) + rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(DOCDIR) rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(ZSHDIR) test: