summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile')
-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