f311a8fd950c7d6e658f59bfb88becebc4475db9
[openwrt/svn-archive/archive.git] / docs / Makefile
1 openwrt.pdf: Makefile openwrt.tex config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.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