From dfe52f0a791b7f715dabfc7c64c08a7d2d423e8b Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 13 Oct 2006 22:41:34 +0000 Subject: add initial version of our new documentation - not too pretty yet, but will be improved git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5060 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- docs/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/Makefile (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 000000000..0a4128754 --- /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 -- cgit v1.2.3