diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@ |