summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-05-28 18:05:25 +0000
committerFrans Pop <elendil@planet.nl>2009-05-28 18:05:25 +0000
commit78bff217027068b31d52fe2bb8aa25d1d0946a42 (patch)
tree431d8bff7f106bf23a143af1eb0d93b632152032
parent52ad3e021628ba44c1ad2c7786877b6cc494b166 (diff)
downloadinstallation-guide-78bff217027068b31d52fe2bb8aa25d1d0946a42.zip
Revert activation of PDF for Japanese
I will mail the committer and list with the reasons for the revert.
-rwxr-xr-xbuild/buildone.sh4
-rw-r--r--build/stylesheets/style-print.dsl1
2 files changed, 2 insertions, 3 deletions
diff --git a/build/buildone.sh b/build/buildone.sh
index 8d3d9ae1e..619ea2e36 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|vi|zh_CN|zh_TW)
+ el|ja|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"
diff --git a/build/stylesheets/style-print.dsl b/build/stylesheets/style-print.dsl
index 2c3894b1b..02ddc1fc0 100644
--- a/build/stylesheets/style-print.dsl
+++ b/build/stylesheets/style-print.dsl
@@ -5,7 +5,6 @@
<style-specification use="docbook">
<style-specification-body>
-(define %charset% "UTF-8")
(define %section-autolabel%
;; Are sections enumerated?
#t )