From: nbd Date: Mon, 16 Oct 2006 02:38:44 +0000 (+0000) Subject: add *.out to cleanup rule X-Git-Tag: fast2504n-3.10.28-merged~22877 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=5a1704e3fd578bbf68148a79746579ef234f3d99;p=openwrt.git add *.out to cleanup rule git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5150 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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: