quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit 2747f4ea19df21a463732ed21f221c064e041c48
parent a2a86f09c10028cdf42a745c4cb9fe4430c8a729
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 10 Feb 2022 23:34:44 +0100

Fix build dependency

Diffstat:
MMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -64,10 +64,12 @@ $(members_pages): $(OUTDIR)/%.html: %.membre.in build-member.sh $$(langdir)/temp $(OUTDIR)/quatuor.html: quatuor.md $(OUTDIR)/programmes.html: programs.in +$(OUTDIR)/concerts.html: concerts.in $(OUTDIR)/légal.html: légal.md $(OUTDIR)/plan.html: plan.md $(OUTDIR)/en/quartet.html: en/quartet.md $(OUTDIR)/en/programs.html: en/programs.in +$(OUTDIR)/en/concerts.html: en/concerts.in $(OUTDIR)/en/legal.html: en/legal.md $(OUTDIR)/en/sitemap.html: en/sitemap.md