Add some more documentation : how to add a new target to OpenWrt, howto report bugs...
[openwrt.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
This page took 0.048135 seconds and 5 git commands to generate.