From ba7bd0dd01cd44ccdc2d7026279d40397d932736 Mon Sep 17 00:00:00 2001 From: Kipras Melnikovas Date: Sat, 26 Oct 2019 19:24:12 +0300 Subject: [PATCH] Makefile uninstall: Remove `mw.1` --- Makefile | 1 + 1 file changed, 1 insertion(+) 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