[gimp-web/oscp] Drop sv and pass -j3 to make



commit 3ded47fefa70e6852662bf8ac533b94c6eb32fc7
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Wed Mar 18 18:00:04 2020 +0100

    Drop sv and pass -j3 to make

 docs.gimp.org/docs_build/entrypoint.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs.gimp.org/docs_build/entrypoint.sh b/docs.gimp.org/docs_build/entrypoint.sh
index f02273a6..3ac1dbff 100755
--- a/docs.gimp.org/docs_build/entrypoint.sh
+++ b/docs.gimp.org/docs_build/entrypoint.sh
@@ -4,8 +4,8 @@ set -x
 set -e
 
 git clone --depth 1 https://gitlab.gnome.org/GNOME/gimp-help.git /tmp/gimp-help
-export ALL_LINGUAS="ca da de el en en_GB es fi fr hr it ja ko lt nl nn pt_BR ro ru sv zh_CN"
-cd /tmp/gimp-help && ./autogen.sh --without-gimp && make
+export ALL_LINGUAS="ca da de el en en_GB es fi fr hr it ja ko lt nl nn pt_BR ro ru zh_CN"
+cd /tmp/gimp-help && ./autogen.sh --without-gimp && make -j3
 
 rsync -rl /tmp/gimp-help/html/* /docs_data
 rm -rf /tmp/gimp-help


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]