summaryrefslogtreecommitdiff
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 5c8a151..1f07628 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ serve:
# HTML
html: $(STATIC_DOCS) docs/index.html docs/index-cache.html $(POSTS_DOCS) $(PAGES_DOCS)
-docs/index-cache.html: src/index-cache.md templates/index-cache.html $(metadata_site)
+docs/index-cache.html: src/index-cache.md templates/index.html $(metadata_site)
@ echo "Production de l'index caché."
@ pandoc \
$< \
@@ -122,4 +122,4 @@ index-partials = \
templates/partials/nav.html
templates/index.html: $(index-partials)
- @ touch $@ \ No newline at end of file
+ @ touch $@