summaryrefslogtreecommitdiff
path: root/build-member.sh
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-10 22:21:35 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-10 22:25:44 +0100
commit9f74233ffedb0609d43d54b6169dc47dd6337803 (patch)
tree724af2631940cf523ae2b3ac62376ae6b89e2dbc /build-member.sh
parent1e44953621928120f5ee674c4582e33d6e625e62 (diff)
downloadquatuorbellefeuille.com-9f74233ffedb0609d43d54b6169dc47dd6337803.tar.xz
Add plumbing for English website
No link to switch from one language to the other yet. Also, some pages are now out-of-date wrt their French version; not a big deal, since we'll need to go over each page anyway.
Diffstat (limited to 'build-member.sh')
-rwxr-xr-xbuild-member.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/build-member.sh b/build-member.sh
index 49a9205..d19c835 100755
--- a/build-member.sh
+++ b/build-member.sh
@@ -3,7 +3,8 @@
set -eu
input=$1
-output=$2
+template=$2
+output=$3
firstname ()
{
@@ -72,4 +73,5 @@ EOF
./build.sh <(generate-main < "${input}") \
<(generate-parameters < "${input}") \
+ "${template}" \
"${output}"