summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-02-08 00:05:52 +0000
committerFrans Pop <elendil@planet.nl>2008-02-08 00:05:52 +0000
commit0c1f778afbdbea312da55ba0c1092f65ad95464d (patch)
tree311a5c773f818eb9b94108c9d87ecc1db785de89
parent014e89c13ff6cbe3aeaa5f0ab3576fa5e231a383 (diff)
downloadinstallation-guide-0c1f778afbdbea312da55ba0c1092f65ad95464d.zip
* Enable PDF for Korean for website builds.
-rwxr-xr-xbuild/buildone.sh7
-rw-r--r--debian/changelog3
2 files changed, 2 insertions, 8 deletions
diff --git a/build/buildone.sh b/build/buildone.sh
index 603ea19e9..6af1c460f 100755
--- a/build/buildone.sh
+++ b/build/buildone.sh
@@ -278,13 +278,6 @@ for format in $formats ; do
continue
fi
;;
- ko)
- if [ "$web_build" ] && [ "$format" = "pdf" -o "$format" = "ps" ] ; then
- echo "Warning: pdf and ps formats are currently not supported for Korean for the website"
- BUILD_SKIP="$BUILD_SKIP $format"
- continue
- fi
- ;;
esac
case $format in
diff --git a/debian/changelog b/debian/changelog
index 9cd9aeb26..167598ea7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -95,8 +95,9 @@ installation-guide (2007xxxx) UNRELEASED; urgency=low
* Make UTF-8 the default encoding for the text version for all languages
that still used ISO-8859-1.
* Korean text version changed to UTF-8 as well on request of Changwoo Ryu.
+ * Enable PDF for Korean for website builds.
- -- Frans Pop <fjp@debian.org> Thu, 07 Feb 2008 20:43:49 +0100
+ -- Frans Pop <fjp@debian.org> Fri, 08 Feb 2008 01:05:10 +0100
installation-guide (20070319) unstable; urgency=low