add *.out to cleanup rule
authorFelix Fietkau <nbd@openwrt.org>
Mon, 16 Oct 2006 02:38:44 +0000 (02:38 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 16 Oct 2006 02:38:44 +0000 (02:38 +0000)
SVN-Revision: 5150

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: