diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-16 04:21:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-16 04:21:44 +0000 |
commit | 3ca42101d5289af1b869ea31ad2c68e555b4c8e2 (patch) | |
tree | 504b0b85fc81c8697a921e6b66422cac143b8e5e /docs/Makefile | |
parent | 8ed541c192f5663a38183d7b47726b3b6264256f (diff) | |
download | upstream-3ca42101d5289af1b869ea31ad2c68e555b4c8e2.tar.gz upstream-3ca42101d5289af1b869ea31ad2c68e555b4c8e2.tar.bz2 upstream-3ca42101d5289af1b869ea31ad2c68e555b4c8e2.zip |
add modified version of mbm's 'introduction to buildroot-ng' to the documentation
SVN-Revision: 5151
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 543dbebad3..f311a8fd95 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,4 @@ -openwrt.pdf: Makefile openwrt.tex config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex +openwrt.pdf: Makefile openwrt.tex config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex $(MAKE) cleanup pdflatex openwrt.tex pdflatex openwrt.tex |