Fix docs build from a clean checkout, closes #2975
[openwrt.git] / docs / Makefile
index f6caa82..cdaf09c 100644 (file)
@@ -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
 
This page took 0.026287 seconds and 4 git commands to generate.