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.