Browse Source

Fix docs build from a clean checkout, closes #2975

SVN-Revision: 10140
Andy Boyett 18 years ago
parent
commit
47bf8f89da
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/Makefile

+ 2 - 1
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