Add a "submitting patches" subsection
[openwrt-10.03/.git] / docs / Makefile
1 openwrt.pdf: Makefile openwrt.tex config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex adding.tex bugs.tex
2         $(MAKE) cleanup
3         pdflatex openwrt.tex
4         pdflatex openwrt.tex
5         $(MAKE) cleanup
6         
7 clean: cleanup
8         rm -f openwrt.pdf
9
10 cleanup: FORCE
11         rm -f *.log *.aux *.toc *.out
12
13
14 FORCE:
15 .PHONY: FORCE