From bb38c15bf500c353f2c15f3a1b9b0f31fadf16b3 Mon Sep 17 00:00:00 2001 From: Kipras Melnikovas Date: Sat, 26 Oct 2019 19:44:26 +0300 Subject: [PATCH] Makefile uninstall: Remove `mw.1` (#308) --- 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