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 8ee46807988b35c7800488aeb0210bd51fe15f1c..543dbebad3de9604bb66a948aa628a36a9336102 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: