[debian-edu-commits] debian-edu/debian-edu-doc.git (#311) - wheezy (branch) updated: 0.9.20071121-4-gca2e34c

David Prévot taffit at alioth.debian.org
Sat Oct 5 12:15:53 UTC 2013


The branch, wheezy has been updated
       via  ca2e34cedeb85bd20e00deaace5995ca5c5aa866 (commit)
      from  1c300f34ccdff372ac2b1f55cce4714d3255caf9 (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:
 debian/changelog                                   |    8 ++++++++
 documentation/release-manual/Makefile              |    2 +-
 documentation/release-manual/start_new_translation |    2 +-
 documentation/release-manual/update_translations   |    4 ++--
 4 files changed, 12 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index cf8e3f0..0910790 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debian-edu-doc (0.9.20071122) unstable; urgency=low
+
+  * add -o tags="<listitem> <emphasis>" to po4a calls, to include all listitems
+    and emphasis tags into the pot file, thanks to Nicolas François
+  * release-manual: updated source from the wiki
+
+ -- Holger Levsen <holger at debian.org>  Wed, 21 Nov 2007 22:09:58 +0100
+
 debian-edu-doc (0.9.20071121) unstable; urgency=low
 
   [ Petter Reinholdtsen ]
diff --git a/documentation/release-manual/Makefile b/documentation/release-manual/Makefile
index 543bb55..5af026d 100644
--- a/documentation/release-manual/Makefile
+++ b/documentation/release-manual/Makefile
@@ -6,7 +6,7 @@ all: build
 build:
 	# create localized xml files
 	for i in release-manual.*.po ; do { \
-	        po4a-translate -M UTF-8 -k 5 -f docbook -m release-manual.xml -p $$i -l $${i%.po}.xml ; \
+	        po4a-translate -o tags="<listitem> <emphasis>" -M UTF-8 -k 5 -f docbook -m release-manual.xml -p $$i -l $${i%.po}.xml ; \
 	} done
 
 	# Ignore errors because the docbook xml is broken
diff --git a/documentation/release-manual/start_new_translation b/documentation/release-manual/start_new_translation
index 92d7cf8..f050699 100755
--- a/documentation/release-manual/start_new_translation
+++ b/documentation/release-manual/start_new_translation
@@ -24,7 +24,7 @@ fi
 
 name=release-manual
 
-po4a-gettextize -M UTF-8 -f docbook -m $name.xml -p $name.pot
+po4a-gettextize -o tags="<listitem> <emphasis>" -M UTF-8 -f docbook -m $name.xml -p $name.pot
 cp $name.pot $name.$1.po
 
 echo "$name.$1.po generated. Have fun!"
diff --git a/documentation/release-manual/update_translations b/documentation/release-manual/update_translations
index 7c99b49..d5e2155 100755
--- a/documentation/release-manual/update_translations
+++ b/documentation/release-manual/update_translations
@@ -10,10 +10,10 @@
 name=release-manual
 
 # Update the pot file
-po4a-gettextize -M UTF-8 -f docbook -m $name.xml -p $name.pot
+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 -M UTF-8 -f docbook -m $name.xml -p $i
+	po4a-updatepo -o tags="<listitem> <emphasis>" -M UTF-8 -f docbook -m $name.xml -p $i
 	echo "$i updated."
 } done
 


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