diff options
author | Marius Mauch <genone@gentoo.org> | 2007-10-06 14:04:11 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-10-06 14:04:11 +0000 |
commit | 8a6474280df2d7c159d91b064c180e45664cb376 (patch) | |
tree | c17cd5db4af0eac3317947d2523f1ef8d170f419 | |
parent | 43e4cd7cc781db317a66523d63ebabd1361c8d88 (diff) | |
download | portage-8a6474280df2d7c159d91b064c180e45664cb376.tar.gz portage-8a6474280df2d7c159d91b064c180e45664cb376.tar.bz2 portage-8a6474280df2d7c159d91b064c180e45664cb376.zip |
Also clean portage.txt
svn path=/main/trunk/; revision=7980
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index c829639ca..5c2ab0ba9 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,7 +5,7 @@ man pdf txt xhtml xhtml-nochunks: xmlto $@ $(XMLTO_FLAGS_$@) portage.docbook clean distclean: - rm -f *.1 *.html + rm -f *.1 *.html portage.txt .PHONY: all clean distclean \ man pdf txt xhtml xhtml-nochunks |