Merge preliminary rdc-2.6 support (Airlink101 AR525W)
[openwrt/openwrt.git] / docs / Makefile
1 openwrt.pdf: Makefile openwrt.tex config.tex network.tex network-scripts.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
12
13
14 FORCE:
15 .PHONY: FORCE