diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-16 02:38:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-16 02:38:44 +0000 |
commit | 8ed541c192f5663a38183d7b47726b3b6264256f (patch) | |
tree | 06f6435bbc853a8cc3f9a5b90f16dcf03b174957 /docs/Makefile | |
parent | 83583eb14715a9d659a091f05f148348733b0014 (diff) | |
download | upstream-8ed541c192f5663a38183d7b47726b3b6264256f.tar.gz upstream-8ed541c192f5663a38183d7b47726b3b6264256f.tar.bz2 upstream-8ed541c192f5663a38183d7b47726b3b6264256f.zip |
add *.out to cleanup rule
SVN-Revision: 5150
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
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: |