Skip to content
Snippets Groups Projects
Commit 7ae75032 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

change path to .prereq stampfile

SVN-Revision: 6371
parent d9639dd9
No related branches found
No related tags found
No related merge requests found
......@@ -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 $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment