Fix docs build from a clean checkout, closes #2975
authorAndy Boyett <agb@openwrt.org>
Mon, 7 Jan 2008 07:16:00 +0000 (07:16 +0000)
committerAndy Boyett <agb@openwrt.org>
Mon, 7 Jan 2008 07:16:00 +0000 (07:16 +0000)
SVN-Revision: 10140

docs/Makefile

index f6caa826030da721a568ac5efef0eed87b18cabe..cdaf09c1e04ffdb09afb9d38d6f477c1ab1e3377 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