diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-25 23:27:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-25 23:27:54 +0000 |
commit | 7ae75032c1ad9b23f6b4e8e2c9bb45f6cf3991bf (patch) | |
tree | 10b647ba6ea4a3e90b118884ba6c126db82995ed | |
parent | d9639dd98ca5441a671941ca5052f35a9b2ad8cd (diff) | |
download | upstream-7ae75032c1ad9b23f6b4e8e2c9bb45f6cf3991bf.tar.gz upstream-7ae75032c1ad9b23f6b4e8e2c9bb45f6cf3991bf.tar.bz2 upstream-7ae75032c1ad9b23f6b4e8e2c9bb45f6cf3991bf.zip |
change path to .prereq stampfile
SVN-Revision: 6371
-rw-r--r-- | docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 $@ |