summaryrefslogtreecommitdiff
path: root/taler-docbuild/update_doc_landing.sh
diff options
context:
space:
mode:
Diffstat (limited to 'taler-docbuild/update_doc_landing.sh')
-rwxr-xr-xtaler-docbuild/update_doc_landing.sh8
1 files changed, 7 insertions, 1 deletions
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