summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-11-12 06:17:45 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-11-12 06:17:45 -0500
commitd951fb64c587bf909fe6e0130a689a94c4055296 (patch)
tree4dafb27e53647e6287c2fbf99aa500a958c59526 /Makefile
parentce78b37dc21ebe8436e1f0639942847ef56d8f4c (diff)
parentff57bd2eb785ea393fd569751c47b93339af7861 (diff)
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 68db4ff..20c82d1 100644
--- a/Makefile
+++ b/Makefile
@@ -30,5 +30,6 @@ uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/$$script; \
done
rm -rf $(DESTDIR)$(PREFIX)/share/mutt-wizard
+ rm -f $(DESTDIR)$(MANPREFIX)/man1/mw.1
.PHONY: install uninstall