summaryrefslogtreecommitdiff
path: root/build/buildone.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/buildone.sh')
-rwxr-xr-xbuild/buildone.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/buildone.sh b/build/buildone.sh
index 619ea2e36..8d3d9ae1e 100755
--- a/build/buildone.sh
+++ b/build/buildone.sh
@@ -266,7 +266,7 @@ BUILD_OK=""
BUILD_FAIL=""
for format in $formats ; do
case "$language" in
- el|ja|vi|zh_CN|zh_TW)
+ el|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 Vietnamese"
BUILD_SKIP="$BUILD_SKIP $format"
@@ -303,7 +303,7 @@ for format in $formats ; do
done
# Clean up
-rm -r $tempdir
+#rm -r $tempdir
# Evaluate the overall results
[ -n "$BUILD_SKIP" ] && echo "Info: The following formats were skipped:$BUILD_SKIP"