X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=docs%2FMakefile;h=cdaf09c1e04ffdb09afb9d38d6f477c1ab1e3377;hb=2b7e91d91da26c146eb543f128b1b91d5f3d1de5;hp=f6caa826030da721a568ac5efef0eed87b18cabe;hpb=add525cccbb203d9a7739eb87f6f1bd9551cd3e0;p=openwrt%2Fsvn-archive%2Farchive.git 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