projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd1d90
)
Fix docs build from a clean checkout, closes #2975
author
agb
<agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Jan 2008 07:16:00 +0000
(07:16 +0000)
committer
agb
<agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Jan 2008 07:16:00 +0000
(07:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10140
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
docs/Makefile
patch
|
blob
|
history
diff --git
a/docs/Makefile
b/docs/Makefile
index
f6caa82
..
cdaf09c
100644
(file)
--- 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
This page took
0.024021 seconds
and
4
git commands to generate.