add italian to the languages to build

This commit is contained in:
Solene Rapenne 2022-04-25 20:50:45 +02:00
parent 84e8bf1573
commit 3e9375510e
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ generate-site: clean
ls | grep issue- | sort -n | xargs -n 1 tools/make_issue.sh
-ls | grep issue- | sort -n | xargs -n 1 env LN=de tools/make_issue.sh
-ls | grep issue- | sort -n | xargs -n 1 env LN=fr tools/make_issue.sh
-ls | grep issue- | sort -n | xargs -n 1 env LN=it tools/make_issue.sh
-ls | grep issue- | sort -n | xargs -n 1 env LN=ru tools/make_issue.sh
tools/make_issue.sh _index ../public/index.html
cp -fr _static/* ../public/
@ -32,6 +33,7 @@ testsite: clean
ls | grep issue- | sort -n | xargs -n 1 tools/make_issue.sh -t
-ls | grep issue- | sort -n | xargs -n 1 env LN=de tools/make_issue.sh -t
-ls | grep issue- | sort -n | xargs -n 1 env LN=fr tools/make_issue.sh -t
-ls | grep issue- | sort -n | xargs -n 1 env LN=it tools/make_issue.sh -t
-ls | grep issue- | sort -n | xargs -n 1 env LN=ru tools/make_issue.sh -t
tools/make_issue.sh _index ../public/index.html
cp -fr _static/* ../public/