2006-10-16 12:21:44 +08:00
|
|
|
openwrt.pdf: Makefile openwrt.tex config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex
|
2006-10-14 06:41:34 +08:00
|
|
|
$(MAKE) cleanup
|
|
|
|
pdflatex openwrt.tex
|
|
|
|
pdflatex openwrt.tex
|
|
|
|
$(MAKE) cleanup
|
|
|
|
|
|
|
|
clean: cleanup
|
|
|
|
rm -f openwrt.pdf
|
|
|
|
|
|
|
|
cleanup: FORCE
|
2006-10-16 10:38:44 +08:00
|
|
|
rm -f *.log *.aux *.toc *.out
|
2006-10-14 06:41:34 +08:00
|
|
|
|
|
|
|
|
|
|
|
FORCE:
|
|
|
|
.PHONY: FORCE
|