diff options
author | Andy Boyett <agb@openwrt.org> | 2008-01-07 07:16:00 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2008-01-07 07:16:00 +0000 |
commit | f548f984074e7bfee7567c58dfcdc6184e9b010d (patch) | |
tree | 2e4e19b45903cdde5191e1003f1bb2a666f128e5 /docs | |
parent | a133f02be23f88dedefe765053a1e59c60a5cdd8 (diff) | |
download | upstream-f548f984074e7bfee7567c58dfcdc6184e9b010d.tar.gz upstream-f548f984074e7bfee7567c58dfcdc6184e9b010d.tar.bz2 upstream-f548f984074e7bfee7567c58dfcdc6184e9b010d.zip |
Fix docs build from a clean checkout, closes #2975
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10140 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |