X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a1aab420f0a1a7234b006e1d37358c72350dd3f6..2d7605d1b41eaaeb6be07dc4d3f52baa674cec64:/docs/Makefile?ds=sidebyside diff --git a/docs/Makefile b/docs/Makefile index 8ee468079..8c3ca646d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,4 @@ -openwrt.pdf: Makefile openwrt.tex config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex +openwrt.pdf: Makefile openwrt.tex config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex adding.tex bugs.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: