From 5a72fdbda39a31a8bb61d836902890aedf05b17e Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Tue, 18 Dec 2012 14:01:34 +0100 Subject: [PATCH] Added clean-man to clean in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a626dc..4a07694 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ $(PACKAGE)-$(VERSION).tgz: $(FILES) $(MANS) dist: $(PACKAGE)-$(VERSION).tgz -clean: +clean: clean-man rm -f *~ rm -rf $(PACKAGE)-$(VERSION)