projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
commandline mtd partition parsing is ugly, convert aruba to platform_device
[openwrt.git]
/
docs
/
Makefile
diff --git
a/docs/Makefile
b/docs/Makefile
index
9e888a4
..
82381e3
100644
(file)
--- a/
docs/Makefile
+++ b/
docs/Makefile
@@
-6,16
+6,16
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/prereq.mk
MAIN = openwrt.tex
include $(INCLUDE_DIR)/prereq.mk
MAIN = openwrt.tex
-DEPS = $(MAIN) Makefile config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex adding.tex bugs.tex
.prereq
+DEPS = $(MAIN) Makefile config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex adding.tex bugs.tex
$(TMP_DIR)/.prereq-docs
all:
all:
- $(MAKE) cleanup
+ $(
NO_TRACE_
MAKE) cleanup
latex $(MAIN)
latex $(MAIN)
- $(MAKE) openwrt.pdf openwrt.html
- $(MAKE) cleanup
+ $(
NO_TRACE_
MAKE) openwrt.pdf openwrt.html
+ $(
NO_TRACE_
MAKE) cleanup
-
.prereq
:
- $(MAKE) prereq
+
$(TMP_DIR)/.prereq-docs
:
+ $(
NO_TRACE_
MAKE) prereq
touch $@
openwrt.html: $(DEPS)
touch $@
openwrt.html: $(DEPS)
This page took
0.023173 seconds
and
4
git commands to generate.