From a31256f139c5bb22378f12ad4a996cc073b18bdb Mon Sep 17 00:00:00 2001 From: Felix Fietkau 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 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 -- cgit v1.2.3