diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-17 18:02:04 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-17 18:02:04 +0100 |
| commit | 06bd821545a7e25af5a0c570a305855490ff20dc (patch) | |
| tree | 7880b2af7244b59c8237400c52490df76ca1091c /Makefile | |
| parent | 19ec3852e70d90c915e522e1b531abace580c9ae (diff) | |
| download | quatuorbellefeuille.com-06bd821545a7e25af5a0c570a305855490ff20dc.tar.xz | |
Add OpenGraph metadata
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
