X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fflorian.git;a=blobdiff_plain;f=docs%2FMakefile;h=d20556a67b349744c7ad15d0f63cfaae2dbe1f78;hp=9e888a4af2df7fab545631ffe872b16106738ffb;hb=7ae75032c1ad9b23f6b4e8e2c9bb45f6cf3991bf;hpb=d9639dd98ca5441a671941ca5052f35a9b2ad8cd 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 $@