2007-01-05 15:26:38 +00:00
|
|
|
openwrt.pdf: Makefile openwrt.tex config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex adding.tex bugs.tex
|
2006-10-13 22:41:34 +00:00
|
|
|
$(MAKE) cleanup
|
|
|
|
pdflatex openwrt.tex
|
|
|
|
pdflatex openwrt.tex
|
|
|
|
$(MAKE) cleanup
|
|
|
|
|
|
|
|
clean: cleanup
|
|
|
|
rm -f openwrt.pdf
|
|
|
|
|
|
|
|
cleanup: FORCE
|
2006-10-16 02:38:44 +00:00
|
|
|
rm -f *.log *.aux *.toc *.out
|
2006-10-13 22:41:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
FORCE:
|
|
|
|
.PHONY: FORCE
|