X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=docs%2FMakefile;fp=docs%2FMakefile;h=d20556a67b349744c7ad15d0f63cfaae2dbe1f78;hb=3b0e390c1c63aba96b93fe63acf3d0a31919b202;hp=9e888a4af2df7fab545631ffe872b16106738ffb;hpb=559d2c215f8354d5c7e53c2637572d45f105dd95;p=openwrt-github%2F.git diff --git a/docs/Makefile b/docs/Makefile index 9e888a4af2..d20556a67b 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -6,7 +6,7 @@ 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 .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: $(MAKE) cleanup @@ -14,7 +14,7 @@ all: $(MAKE) openwrt.pdf openwrt.html $(MAKE) cleanup -.prereq: +$(TMP_DIR)/.prereq-docs: $(MAKE) prereq touch $@