From 06bd821545a7e25af5a0c570a305855490ff20dc Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 17 Mar 2021 18:02:04 +0100 Subject: Add OpenGraph metadata --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index df90bc1..23e59c9 100644 --- a/Makefile +++ b/Makefile @@ -51,10 +51,10 @@ langdir = . $(OUTDIR)/en/%: langdir = en $(pages): $(OUTDIR)/%.html: %.html %.sh $$(langdir)/template.html - ./build.sh $< $*.sh $(langdir)/template.html $@ + ./build.sh $< $*.sh $(langdir)/template.html $(OUTDIR) $*.html $(members_pages): $(OUTDIR)/%.html: %.membre.in build-member.sh $$(langdir)/template.html - ./build-member.sh $< $(langdir)/template.html $@ + ./build-member.sh $< $(langdir)/template.html $(OUTDIR) $*.html $(OUTDIR)/quatuor.html: quatuor.md $(OUTDIR)/programmes.html: programs.in -- cgit v1.2.3