diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-19 14:23:58 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-19 14:23:58 +0100 |
| commit | eb250e1604b6ba6e48898dd3f088b37838f307c2 (patch) | |
| tree | 9a877d28fdff58d41b88b9c546fd72c0d762dbfd | |
| parent | c9f64a354f5d6fc0515b99ad040d58821e3406d6 (diff) | |
| download | quatuorbellefeuille.com-eb250e1604b6ba6e48898dd3f088b37838f307c2.tar.xz | |
Set actual domain
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | settings.sh | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 index 498cd80..3aee6be 100644 --- a/settings.sh +++ b/settings.sh @@ -1 +1 @@ -domain=klg.uber.space +domain=quatuorbellefeuille.com |
