Преглед изворни кода

change path to .prereq stampfile

SVN-Revision: 6371
Felix Fietkau пре 19 година
родитељ
комит
7ae75032c1
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      docs/Makefile

+ 2 - 2
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 $@