X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/dfe52f0a791b7f715dabfc7c64c08a7d2d423e8b..95423fe02ea223f9b60df776df795af33402a81c:/docs/Makefile

diff --git a/docs/Makefile b/docs/Makefile
index 0a4128754..f311a8fd9 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,4 +1,4 @@
-openwrt.pdf: Makefile openwrt.tex config.tex network.tex network-scripts.tex
+openwrt.pdf: Makefile openwrt.tex config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex
 	$(MAKE) cleanup
 	pdflatex openwrt.tex
 	pdflatex openwrt.tex
@@ -8,7 +8,7 @@ clean: cleanup
 	rm -f openwrt.pdf
 
 cleanup: FORCE
-	rm -f *.log *.aux *.toc
+	rm -f *.log *.aux *.toc *.out
 
 
 FORCE: