summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-01-07 07:16:00 +0000
committeragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-01-07 07:16:00 +0000
commitd8078ef49825ea85ce914c9a969757d9ad072a05 (patch)
tree2e4e19b45903cdde5191e1003f1bb2a666f128e5 /docs
parent9cd1d90624f3064a8c8da973baf31363a244ad4b (diff)
Fix docs build from a clean checkout, closes #2975
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10140 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 f6caa8260..cdaf09c1e 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