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 | 550f17100a5e15f9a5ac96c2923e258c786ac454 (patch) | |
tree | f81e67632c355d1c9d1357c3d23728fec2c2267f /docs/Makefile | |
parent | 60c1f0f64d23003a19a07d6b9638542130f6641d (diff) | |
download | mtk-20170518-550f17100a5e15f9a5ac96c2923e258c786ac454.zip mtk-20170518-550f17100a5e15f9a5ac96c2923e258c786ac454.tar.gz mtk-20170518-550f17100a5e15f9a5ac96c2923e258c786ac454.tar.bz2 |
add initial version of our new documentation - not too pretty yet, but will be improved
SVN-Revision: 5060
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 0000000..0a41287 --- /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 |