aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-13 22:41:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-13 22:41:34 +0000
commita31256f139c5bb22378f12ad4a996cc073b18bdb (patch)
treeb5f1b33afa73ec7f1f84d6a52a72258dccc435bd /docs/Makefile
parent5b2f37e0cd7ef98a06611fb42b947d8984f0e12a (diff)
downloadmaster-187ad058-a31256f139c5bb22378f12ad4a996cc073b18bdb.tar.gz
master-187ad058-a31256f139c5bb22378f12ad4a996cc073b18bdb.tar.bz2
master-187ad058-a31256f139c5bb22378f12ad4a996cc073b18bdb.zip
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
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile15
1 files changed, 15 insertions, 0 deletions
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