summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
59d8027)
-doc:
- $(MAKE) -C docs/ openwrt.pdf
+docs docs/compile: FORCE
+ $(MAKE) -C docs compile
-docclean:
- $(MAKE) -C docs/ clean
+docs/clean: FORCE
+ $(MAKE) -C docs clean
symlinkclean:
-find package -type l | xargs rm -f
symlinkclean:
-find package -type l | xargs rm -f
TOPDIR:=${CURDIR}/..
endif
TOPDIR:=${CURDIR}/..
endif
include $(TOPDIR)/rules.mk
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 $(TMP_DIR)/.prereq-docs
include $(TOPDIR)/rules.mk
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 $(TMP_DIR)/.prereq-docs
$(NO_TRACE_MAKE) cleanup
latex $(MAIN)
$(NO_TRACE_MAKE) openwrt.pdf openwrt.html
$(NO_TRACE_MAKE) cleanup
latex $(MAIN)
$(NO_TRACE_MAKE) openwrt.pdf openwrt.html