aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
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
commit15c7436af1d33cb08ef6d139332cea29c4fbffdf (patch)
treea4cc144d8db71305460baab7b336dd272ffb92c7 /docs/Makefile
parent3cfe09bc994ea0426daf118526655a381bf0d229 (diff)
downloadmaster-187ad058-15c7436af1d33cb08ef6d139332cea29c4fbffdf.tar.gz
master-187ad058-15c7436af1d33cb08ef6d139332cea29c4fbffdf.tar.bz2
master-187ad058-15c7436af1d33cb08ef6d139332cea29c4fbffdf.zip
add *.out to cleanup rule
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5150 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs/Makefile')
-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: