summaryrefslogtreecommitdiff
path: root/build/buildweb.sh
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-07-23 06:21:47 +0000
committerFrans Pop <elendil@planet.nl>2006-07-23 06:21:47 +0000
commit41b5ba865996f8b84ef6ba72e430af0088c7d1f0 (patch)
tree685b54d1bfb5e1bc9314420edf8cfd2d97589b96 /build/buildweb.sh
parent3d16b23a8a69043baa9ac6d1e4f325c0573c0c95 (diff)
downloadinstallation-guide-41b5ba865996f8b84ef6ba72e430af0088c7d1f0.zip
* Base languages to be built for website on list of release languages.
Diffstat (limited to 'build/buildweb.sh')
-rwxr-xr-xbuild/buildweb.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/buildweb.sh b/build/buildweb.sh
index 43ec4dfae..110ecfed6 100755
--- a/build/buildweb.sh
+++ b/build/buildweb.sh
@@ -7,8 +7,10 @@ set -e
if [ -z "$languages" ]; then
# Buildlist of languages to be included on the official website
- languages="en cs de es fr ja pt pt_BR ru zh_CN zh_TW"
+ # Based on list of languages used in official builds
+ languages="$(cd ../debian; ./getfromlist langlist)"
fi
+echo $languages
if [ -z "$architectures" ]; then
architectures="alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"