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