add *.out to cleanup rule
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Oct 2006 02:38:44 +0000 (02:38 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Oct 2006 02:38:44 +0000 (02:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5150 3c298f89-4303-0410-b956-a3cf2f4a3e73

docs/Makefile

index 8ee4680..543dbeb 100644 (file)
@@ -8,7 +8,7 @@ clean: cleanup
        rm -f openwrt.pdf
 
 cleanup: FORCE
-       rm -f *.log *.aux *.toc
+       rm -f *.log *.aux *.toc *.out
 
 
 FORCE:
This page took 0.027761 seconds and 4 git commands to generate.