Skip to content
Snippets Groups Projects
Commit d8078ef4 authored by agb's avatar agb
Browse files

Fix docs build from a clean checkout, closes #2975

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10140 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 9cd1d906
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ compile: ...@@ -17,6 +17,7 @@ compile:
$(NO_TRACE_MAKE) cleanup $(NO_TRACE_MAKE) cleanup
$(TMP_DIR)/.prereq-docs: $(TMP_DIR)/.prereq-docs:
mkdir -p $(TMP_DIR)
$(NO_TRACE_MAKE) prereq $(NO_TRACE_MAKE) prereq
touch $@ touch $@
...@@ -25,7 +26,7 @@ openwrt.html: $(DEPS) ...@@ -25,7 +26,7 @@ openwrt.html: $(DEPS)
openwrt.pdf: $(DEPS) openwrt.pdf: $(DEPS)
pdflatex $(MAIN) pdflatex $(MAIN)
clean: cleanup clean: cleanup
rm -f openwrt.pdf openwrt.html openwrt.css rm -f openwrt.pdf openwrt.html openwrt.css
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment