From: Andy Boyett Date: Mon, 7 Jan 2008 07:16:00 +0000 (+0000) Subject: Fix docs build from a clean checkout, closes #2975 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b94e01b2e3d1c2bac842b292f3ef29e5b60942f7;hp=3052212bb849b4a06c0f240652934db140fd18b5;p=openwrt%2Fsvn-archive%2Farchive.git Fix docs build from a clean checkout, closes #2975 SVN-Revision: 10140 --- diff --git a/docs/Makefile b/docs/Makefile index f6caa82603..cdaf09c1e0 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