summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-16 02:38:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-16 02:38:44 +0000
commit8ed541c192f5663a38183d7b47726b3b6264256f (patch)
tree06f6435bbc853a8cc3f9a5b90f16dcf03b174957 /docs
parent83583eb14715a9d659a091f05f148348733b0014 (diff)
downloadmaster-31e0f0ae-8ed541c192f5663a38183d7b47726b3b6264256f.tar.gz
master-31e0f0ae-8ed541c192f5663a38183d7b47726b3b6264256f.tar.bz2
master-31e0f0ae-8ed541c192f5663a38183d7b47726b3b6264256f.zip
add *.out to cleanup rule
SVN-Revision: 5150
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 8ee4680798..543dbebad3 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -8,7 +8,7 @@ clean: cleanup
rm -f openwrt.pdf
cleanup: FORCE
- rm -f *.log *.aux *.toc
+ rm -f *.log *.aux *.toc *.out
FORCE: