diff options
author | Ned Ludd <solar@gentoo.org> | 2007-01-10 04:20:33 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2007-01-10 04:20:33 +0000 |
commit | 6eab24c4c47f5093b915518edb4cc06a38ae7995 (patch) | |
tree | f8787a67554ed5973bafd86a5e743b66897da9b4 /man | |
parent | add some more targets (diff) | |
download | pax-utils-6eab24c4c47f5093b915518edb4cc06a38ae7995.tar.gz pax-utils-6eab24c4c47f5093b915518edb4cc06a38ae7995.tar.bz2 pax-utils-6eab24c4c47f5093b915518edb4cc06a38ae7995.zip |
- make clean or distclean
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile index 0ec3181..224524a 100644 --- a/man/Makefile +++ b/man/Makefile @@ -4,7 +4,7 @@ XMLTO_FLAGS_man = -x custom.xsl man pdf txt xhtml xhtml-nochunks: xmlto $@ $(XMLTO_FLAGS_$@) pax-utils.docbook -distclean: +clean distclean: rm -f *.1 *.html .PHONY: all distclean xhtml man |