summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2008-01-07 07:16:00 +0000
committerAndy Boyett <agb@openwrt.org>2008-01-07 07:16:00 +0000
commit47bf8f89da45a291fd821f44c4129950db02e9f1 (patch)
treeb85fc818d68024a79f0f576afceb5fb2be46be7b /docs
parentd9e54d1e0bdee4c7ccad8d9811b566237a59406f (diff)
downloadmaster-31e0f0ae-47bf8f89da45a291fd821f44c4129950db02e9f1.tar.gz
master-31e0f0ae-47bf8f89da45a291fd821f44c4129950db02e9f1.tar.bz2
master-31e0f0ae-47bf8f89da45a291fd821f44c4129950db02e9f1.zip
Fix docs build from a clean checkout, closes #2975
SVN-Revision: 10140
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index f6caa82603..cdaf09c1e0 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -17,6 +17,7 @@ compile:
$(NO_TRACE_MAKE) cleanup
$(TMP_DIR)/.prereq-docs:
+ mkdir -p $(TMP_DIR)
$(NO_TRACE_MAKE) prereq
touch $@
@@ -25,7 +26,7 @@ openwrt.html: $(DEPS)
openwrt.pdf: $(DEPS)
pdflatex $(MAIN)
-
+
clean: cleanup
rm -f openwrt.pdf openwrt.html openwrt.css