]> err.no Git - dpkg/commitdiff
man/Makefile.am: Add update-po target
authorFrank Lichtenheld <djpig@debian.org>
Thu, 11 Oct 2007 22:32:18 +0000 (00:32 +0200)
committerFrank Lichtenheld <djpig@debian.org>
Thu, 11 Oct 2007 22:34:07 +0000 (00:34 +0200)
New target to easily update the .pot and .po files. Uses po4a --force.

man/ChangeLog
man/Makefile.am

index b04e77dff20817e38510d4b15944c350ab14aa9d..e4a3c15c1b09e77a646e889fc6d630b2843f30c0 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-12  Frank Lichtenheld  <djpig@debian.org>
+
+       * Makefile.am (update-po): New target to easily
+       update the .pot and .po files. Uses po4a --force.
+
 2007-10-11  Helge Kreutzmann  <debian@helgefjell.de>
 
        * po/de.po: Updated to 1279t0f64u.
index 98fcc8241eef60721b78096c25993a6eb348ca00..63278dbabb98978e152c75cbeb693b3f0b166a0c 100644 (file)
@@ -13,6 +13,11 @@ clean-local:
                $(srcdir)/po/po4a.cfg
        rm -f man.stamp
 
+update-po:
+       cd $(srcdir)/po && \
+               po4a --no-backups --force --variable srcdir=../../man \
+                       ./po4a.cfg 
+
 # Extract the list of languages from the po4a config file.
 LINGUAS = $(shell sed -ne 's/^.*\[po4a_langs\] \(.*\)$$/\1/p' $(srcdir)/po/po4a.cfg)
 
@@ -87,3 +92,4 @@ EXTRA_DIST = \
        po/po4a.cfg \
        po/dpkg-man.pot
 
+.PHONY: update-po