From 19dd63bfc29331fe5f774aa110ff14f628727525 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 24 Sep 2018 15:50:13 +0200 Subject: nginx + build rules for translated docs landing. --- taler-docbuild/update_doc_landing.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'taler-docbuild/update_doc_landing.sh') diff --git a/taler-docbuild/update_doc_landing.sh b/taler-docbuild/update_doc_landing.sh index bbc0086..71f0f0e 100755 --- a/taler-docbuild/update_doc_landing.sh +++ b/taler-docbuild/update_doc_landing.sh @@ -14,6 +14,12 @@ cd $HOME/docs-landing/ fetch git submodule update --force --init +# Get the MOs files. +make compile + +# Get the translated final HTMLs. +make translate + # No compilation needed so far. mkdir -p $HOME/build/docs-landing/ -cp -t $HOME/build/docs-landing/ *.{html,css,svg} +cp -t $HOME/build/docs-landing/ *.{css,svg} en/*.html fr/*.html it/*.html es/*.html pt/*.html ru/*.html de/*.html -- cgit v1.2.3