summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 451e98f..c136136 100644
--- a/makefile
+++ b/makefile
@@ -71,7 +71,7 @@ contact/index.html: contact/index.md
# > Création du menu de gauche
# En se servant des logo dans s/img, on assemble le tout avec m4.
-tmp/left.htm: s/img/twitterLogo.svg s/img/mastoLogo.svg s/img/gitLogo.svg s/img/acheLogo.svg left.m4
+tmp/left.htm: s/imgM/twitterLogo.svg s/imgM/mastoLogo.svg s/imgM/gitLogo.svg s/imgM/acheLogo.svg left.m4
@echo "> Création du menu de gauche"
mkdir -p tmp
m4 left.m4 > $@