]> granicus.if.org Git - postgis/commitdiff
Turn of translation building for now until debug issue with it
authorRegina Obe <lr@pcorp.us>
Sat, 17 Mar 2018 18:25:14 +0000 (18:25 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 17 Mar 2018 18:25:14 +0000 (18:25 +0000)
References #4047

git-svn-id: http://svn.osgeo.org/postgis/trunk@16464 b70326c6-7e19-0410-871a-916f4a2858ee

ci/debbie/postgis_release_docs.sh

index 9797ac9fdd6da8418b9f18c008a1e112c1d05c78..6acff9780e1c2d97a5ebf23a897df59032f0df8b 100644 (file)
@@ -60,12 +60,12 @@ make -e chunked-html 2>&1 | tee -a doc-errors.log
 
 if [[ "$reference" == *"trunk"* ]]; then  #only do this for trunk because only trunk follows transifex
        #make update-po
-  make -C po/it_IT/ local-html
-  make -C po/pt_BR/ local-html
-  make -C po/ja/ local-html
-  make -C po/de/ local-html
-  make -C po/pt_BR/ local-html
-  make -C po/ko_KR/ local-html
+  make -C po/it_IT/ local-html
+  make -C po/pt_BR/ local-html
+  make -C po/ja/ local-html
+  make -C po/de/ local-html
+  make -C po/pt_BR/ local-html
+  make -C po/ko_KR/ local-html
   #make pdf-localized
 fi