From be2c5ff1bfdff45d384981816ef692f0179a7f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 19 Sep 2011 23:50:13 +0300 Subject: Clean up doc, html, and man dirs on "make clean". --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 15f5b8b..986bd49 100644 --- a/Makefile +++ b/Makefile @@ -290,3 +290,4 @@ clean: @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot @-rm -f $(OBJS) $(OBJS2) $(OBJS3) $(OBJS4) $(DEPFILE) *.so *.tgz core* createcats createcats.o pod2*.tmp @-find . \( -name "*~" -o -name "#*#" \) -print0 | xargs -0r rm -f + @-rm -rf doc html man -- cgit v1.2.3