diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-16 02:38:44 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-16 02:38:44 +0000 |
commit | 5a1704e3fd578bbf68148a79746579ef234f3d99 (patch) | |
tree | a4cc144d8db71305460baab7b336dd272ffb92c7 | |
parent | a1aab420f0a1a7234b006e1d37358c72350dd3f6 (diff) |
add *.out to cleanup rule
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5150 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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: |