X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=docs%2FMakefile;fp=docs%2FMakefile;h=0a4128754bf5ba769449c0e897fca12f21332d03;hb=a31256f139c5bb22378f12ad4a996cc073b18bdb;hp=0000000000000000000000000000000000000000;hpb=5b2f37e0cd7ef98a06611fb42b947d8984f0e12a;p=openwrt-github%2F.git diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 0000000000..0a4128754b --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,15 @@ +openwrt.pdf: Makefile openwrt.tex config.tex network.tex network-scripts.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