Remove the manpage on make uninstall. - sacc - sacc(omys), simple console gopher client
(HTM) git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) LICENSE
---
(DIR) commit 1a25a9312f4a0b028a5135b95a1861265eca8ed5
(DIR) parent eb8d00efa77bcacfdf1a456a09eaa53267142994
(HTM) Author: parazyd <parazyd@dyne.org>
Date: Thu, 24 May 2018 13:33:32 +0200
Remove the manpage on make uninstall.
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -29,7 +29,7 @@ install: $(BIN)
cp -f $(MAN) $(DESTDIR)$(MANDIR)
uninstall:
- rm -f $(DESTDIR)$(PREFIX)/bin/$(BIN)
+ rm -f $(DESTDIR)$(PREFIX)/bin/$(BIN) $(DESTDIR)$(MANDIR)/$(MAN)
# Stock FLAGS
SACCCFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_GNU_SOURCE \