Fix docs build from a clean checkout, closes #2975

SVN-Revision: 10140
This commit is contained in:
Andy Boyett 2008-01-07 07:16:00 +00:00
parent d9e54d1e0b
commit 47bf8f89da
1 changed files with 2 additions and 1 deletions

View File

@ -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