openwrtv4/docs/Makefile
2006-10-16 02:38:08 +00:00

15 lines
288 B
Makefile

openwrt.pdf: Makefile openwrt.tex config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex
$(MAKE) cleanup
pdflatex openwrt.tex
pdflatex openwrt.tex
$(MAKE) cleanup
clean: cleanup
rm -f openwrt.pdf
cleanup: FORCE
rm -f *.log *.aux *.toc
FORCE:
.PHONY: FORCE