2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

Fix from Magnus Runesson <m.runesson@gmail.com>/Ubuntu to

remove pod2man/podhtml tmpfiles during 'make clean'.
This commit is contained in:
Steve Beattie
2007-03-26 19:09:59 +00:00
parent 9c95d02ac8
commit 86576e01c8

View File

@@ -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.