[debian-edu-commits] debian-edu/debian-edu-doc.git (#501) - wheezy (branch) updated: 1.2_20090131-16-g4489a2c
David Prévot
taffit at alioth.debian.org
Sat Oct 5 12:19:22 UTC 2013
The branch, wheezy has been updated
via 4489a2c713cb5d7c4068353529b2c0498ade3f66 (commit)
from 48fdf73acc942c7b6a7cbc0b7e6b8b92f8494ee8 (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/scripts/update_translations | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/documentation/scripts/update_translations b/documentation/scripts/update_translations
index b042782..bb70d2b 100755
--- a/documentation/scripts/update_translations
+++ b/documentation/scripts/update_translations
@@ -10,8 +10,10 @@
po4a-gettextize -o tags="<listitem> <emphasis>" -M UTF-8 -f docbook -m $name.xml -p $name.pot
for i in $name.*.po ; do {
- po4a-updatepo -o tags="<listitem> <emphasis>" -M UTF-8 -f docbook -m $name.xml -p $i
- echo "$i updated."
+ if [ -f $i ] ; then
+ po4a-updatepo -o tags="<listitem> <emphasis>" -M UTF-8 -f docbook -m $name.xml -p $i
+ echo "$i updated."
+ fi
} done
echo "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