diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-13 22:41:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-13 22:41:34 +0000 |
commit | a31256f139c5bb22378f12ad4a996cc073b18bdb (patch) | |
tree | b5f1b33afa73ec7f1f84d6a52a72258dccc435bd /docs/Makefile | |
parent | 5b2f37e0cd7ef98a06611fb42b947d8984f0e12a (diff) | |
download | upstream-a31256f139c5bb22378f12ad4a996cc073b18bdb.tar.gz upstream-a31256f139c5bb22378f12ad4a996cc073b18bdb.tar.bz2 upstream-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/Makefile | 15 |
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 |