aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c30832..1f27447 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ uninstall:
for m in $(manpages); do rm -f $(DESTDIR)$(MANPREFIX)/man$${m##*.}/`basename $${m%%.*}`.$${m##*.}.gz; done
clean:
- rm -rf public/
+ rm -rf public/ pod2htmd.tmp
dist:
sh aux/workflow/dist.sh $(DATE) $(VERSION) $(NAME)