aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-02-21 11:18:30 +0100
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-02-21 11:23:26 +0100
commit0529afa40b195735682c759a93c79e5dfe4898a4 (patch)
tree5188830a96c1fe90f2551fbaa3f4dc32e72f477a /Makefile
parentbf763a918792e397ab2e06877ca63fc2c3337493 (diff)
Move tocs out of the site directory
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dea0bdf..811d29f 100644
--- a/Makefile
+++ b/Makefile
@@ -22,12 +22,12 @@ clean:
rm -f $(FETCHTS)
rm -f $(LOCALFETCH)
-$(LOCALFETCH): $(wildcard site/_tocs/*/fetched_files.yml)
+$(LOCALFETCH): $(wildcard contain/toc/*/fetched_files.yml)
$(DOCBUILD) $(VERBOSE) --localFetch --fetch --force
touch $(FETCHTS)
touch $@
-$(FETCHTS): $(wildcard site/_tocs/*/fetched_files.yml)
+$(FETCHTS): $(wildcard contain/toc/*/fetched_files.yml)
$(DOCBUILD) $(VERBOSE) $(LOCAL_FETCHTS) --fetch --force
touch $@