From 86576e01c8e4bf8ec2935334ec800feb234eaae7 Mon Sep 17 00:00:00 2001 From: Steve Beattie Date: Mon, 26 Mar 2007 19:09:59 +0000 Subject: [PATCH] Fix from Magnus Runesson /Ubuntu to remove pod2man/podhtml tmpfiles during 'make clean'. --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 4048e6b93..d0aa11cf5 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -65,7 +65,7 @@ release: $(TARBALL) .PHONY: clean clean: - -rm -f $(GENERATED) $(TARBALL) $(NAME)-$(VERSION)*.tar.gz Make.rules + -rm -f $(GENERATED) $(TARBALL) $(NAME)-$(VERSION)*.tar.gz Make.rules pod2*.tmp # I'm pretty sure the following could be in a foreach loop, but I'm too # lazy to code it up.