projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tweaks for 2M devices
[openwrt.git]
/
docs
/
Makefile
diff --git
a/docs/Makefile
b/docs/Makefile
index
359f4e6
..
82381e3
100644
(file)
--- a/
docs/Makefile
+++ b/
docs/Makefile
@@
-1,11
+1,22
@@
+ifeq ($(TOPDIR),)
+ TOPDIR:=${CURDIR}/..
+endif
+
+include $(TOPDIR)/rules.mk
+include $(INCLUDE_DIR)/prereq.mk
+
MAIN = openwrt.tex
MAIN = openwrt.tex
-DEPS = $(MAIN) Makefile config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex adding.tex bugs.tex
+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
+
+$(TMP_DIR)/.prereq-docs:
+ $(NO_TRACE_MAKE) prereq
+ touch $@
openwrt.html: $(DEPS)
htlatex $(MAIN)
openwrt.html: $(DEPS)
htlatex $(MAIN)
@@
-19,6
+30,12
@@
clean: cleanup
cleanup: FORCE
rm -f *.log *.aux *.toc *.out *.lg *.dvi *.idv *.4ct *.4tc *.xref *.tmp *.dvi
cleanup: FORCE
rm -f *.log *.aux *.toc *.out *.lg *.dvi *.idv *.4ct *.4tc *.xref *.tmp *.dvi
+$(eval $(call RequireCommand,pdflatex, \
+ You need to install LaTeX to build the OpenWrt documentation \
+))
+$(eval $(call RequireCommand,htlatex, \
+ You need to install tex4ht to build the OpenWrt documentation \
+))
FORCE:
.PHONY: FORCE
FORCE:
.PHONY: FORCE
This page took
0.019347 seconds
and
4
git commands to generate.