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 eb250e1604b6ba6e48898dd3f088b37838f307c2
parent c9f64a354f5d6fc0515b99ad040d58821e3406d6
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 19 Mar 2021 14:23:58 +0100

Set actual domain

Diffstat:
MMakefile | 4++--
Msettings.sh | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -53,10 +53,10 @@ $(feeds): $(OUTDIR)/%: % langdir = . $(OUTDIR)/en/%: langdir = en -$(pages): $(OUTDIR)/%.html: %.html %.sh $$(langdir)/template.html +$(pages): $(OUTDIR)/%.html: %.html %.sh $$(langdir)/template.html settings.sh ./build.sh $< $*.sh $(langdir)/template.html $(OUTDIR) $*.html -$(members_pages): $(OUTDIR)/%.html: %.membre.in build-member.sh $$(langdir)/template.html +$(members_pages): $(OUTDIR)/%.html: %.membre.in build-member.sh $$(langdir)/template.html settings.sh ./build-member.sh $< $(langdir)/template.html $(OUTDIR) $*.html $(OUTDIR)/quatuor.html: quatuor.md diff --git a/settings.sh b/settings.sh @@ -1 +1 @@ -domain=klg.uber.space +domain=quatuorbellefeuille.com