1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 23:56:24 +03:00

Fix docs build from a clean checkout, closes #2975

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10140 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
agb 2008-01-07 07:16:00 +00:00
parent 9cd1d90624
commit d8078ef498

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