[debian-edu-commits] debian-edu/debian-edu-doc.git (#89) - wheezy (branch) updated: 0.4.20070715-18-g1f4b9ea
David Prévot
taffit at alioth.debian.org
Sat Oct 5 12:12:25 UTC 2013
The branch, wheezy has been updated
via 1f4b9eadd213e51c7363bdcf157be4ec736e3aab (commit)
from a6be67396fb406766f35372c714bcc48bddcf29e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
documentation/release-manual/build_pdfs | 2 +-
documentation/release-manual/start_new_translation | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/documentation/release-manual/build_pdfs b/documentation/release-manual/build_pdfs
index 02a0153..72bfb67 100755
--- a/documentation/release-manual/build_pdfs
+++ b/documentation/release-manual/build_pdfs
@@ -13,7 +13,7 @@ ERROR=""
dblatex -T simple -o $name.en.pdf $name.xml
for i in $name.*.po ; do {
- po4a-translate -f docbook -m $name.xml -p $i -l ${i%.po}.xml
+ po4a-translate -M UTF-8 -f docbook -m $name.xml -p $i -l ${i%.po}.xml
dblatex -T simple -o ${i%.po}.pdf ${i%.po}.xml || ERROR="$ERROR $i"
} done
diff --git a/documentation/release-manual/start_new_translation b/documentation/release-manual/start_new_translation
index 88dc198..4be4760 100755
--- a/documentation/release-manual/start_new_translation
+++ b/documentation/release-manual/start_new_translation
@@ -16,7 +16,7 @@ fi
name=release-manual
-po4a-gettextize -f docbook -m $name.xml -p $name.pot
+po4a-gettextize -M UTF-8 -f docbook -m $name.xml -p $name.pot
cp $name.pot $name.$1.po
echo "$name.$1.po generated. Have fun!"
hooks/post-receive
--
debian-edu-doc.git (Debian package debian-edu-doc)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "debian-edu-doc.git" (Debian package debian-edu-doc).
More information about the debian-edu-commits
mailing list