diff --git a/Makefile b/Makefile index 2ad831a5..0f4e6130 100755 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ clean: html_all_languages: @echo "Building documentation in html for all languages" - set -e; for lang in "en" "es" "fr" "ge" "it" "ko" "nl" "cz" "ca" "fi" "is"; do echo "Building language $$lang" && make html -e SPHINXOPTS="-D language='$$lang'" -e "BUILDDIR='target/doc/$$lang' -d $(BUILDDIR)/doctrees"; done + set -e; for lang in "en" "es" "fr" "ge" "it" "ko" "nl" "cz" "ca" "fi" "is" "pt_BR" "sr"; do echo "Building language $$lang" && make html -e SPHINXOPTS="-D language='$$lang'" -e "BUILDDIR='target/doc/$$lang' -d $(BUILDDIR)/doctrees"; done html_eng: @echo "Building documentation in html for all languages" diff --git a/pom.xml b/pom.xml index 7b8e04a0..e6928b17 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ tx pull - --language=',es,fr,ge,it,ko,nl,cz,ca,fi,is,' + --language=',es,fr,ge,it,ko,nl,cz,ca,fi,is,sr,pt_BR,' ${basedir}