diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-02-21 11:18:30 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-02-21 11:23:26 +0100 |
commit | 0529afa40b195735682c759a93c79e5dfe4898a4 (patch) | |
tree | 5188830a96c1fe90f2551fbaa3f4dc32e72f477a /Makefile | |
parent | bf763a918792e397ab2e06877ca63fc2c3337493 (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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@ |