Skip to content
Snippets Groups Projects
Commit baabd32f authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Makefile: Delete correct doc dir

Seems not a lot of people `make purge`...
parent f0048fa3
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment