aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 811d29f..21faf08 100644
--- a/Makefile
+++ b/Makefile
@@ -22,12 +22,12 @@ clean:
rm -f $(FETCHTS)
rm -f $(LOCALFETCH)
-$(LOCALFETCH): $(wildcard contain/toc/*/fetched_files.yml)
+$(LOCALFETCH): $(wildcard content/toc/*/fetched_files.yml)
$(DOCBUILD) $(VERBOSE) --localFetch --fetch --force
touch $(FETCHTS)
touch $@
-$(FETCHTS): $(wildcard contain/toc/*/fetched_files.yml)
+$(FETCHTS): $(wildcard content/toc/*/fetched_files.yml)
$(DOCBUILD) $(VERBOSE) $(LOCAL_FETCHTS) --fetch --force
touch $@