summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2005-12-26 11:11:41 +0000
committerFrans Pop <elendil@planet.nl>2005-12-26 11:11:41 +0000
commit1760df55b0a65224a1f420394330200ff03703b9 (patch)
treea0ee3c52c43072cba0897d5dae252deb094a0f56 /build
parentffb5e3b02ca88dd12ec52d6a4c143736fbb1753e (diff)
downloadinstallation-guide-1760df55b0a65224a1f420394330200ff03703b9.zip
PDF not supported for Vietnamese as there is no l10n information available in the stylesheet
Diffstat (limited to 'build')
-rwxr-xr-xbuild/buildone.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/buildone.sh b/build/buildone.sh
index b4bbcd1e4..48982cfd8 100755
--- a/build/buildone.sh
+++ b/build/buildone.sh
@@ -255,9 +255,9 @@ BUILD_OK=""
BUILD_FAIL=""
for format in $formats ; do
case "$language" in
- el|ja|ko|zh_CN|zh_TW)
+ el|ja|ko|vi|zh_CN|zh_TW)
if [ "$format" = "pdf" -o "$format" = "ps" ] ; then
- echo "Warning: pdf and ps formats are currently not supported for Chinese, Greek, Japanese and Korean"
+ echo "Warning: pdf and ps formats are currently not supported for Chinese, Greek, Japanese, Korean and Vietnamese"
BUILD_SKIP="$BUILD_SKIP $format"
continue
fi