From: Simon Josefsson Date: Wed, 8 Mar 2006 17:34:53 +0000 (+0000) Subject: Add update-po target. X-Git-Tag: gnutls_1_3_5~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=243ab4e46093f5ab5aae49612e0e93103802c8e2;p=thirdparty%2Fgnutls.git Add update-po target. --- diff --git a/Makefile.am b/Makefile.am index 628b49a5e6..1b5e2df06d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,12 @@ EXTRA_DIST = mkinstalldirs ACLOCAL_AMFLAGS = -I m4 -I gl/m4 +# Maintainer targets + +update-po: refresh-po + cvs add `ls po/*.po | grep -v quot.po` || true && \ + cvs commit -m "Sync with TP." po/LINGUAS `ls po/*.po | grep -v quot.po` + ChangeLog: cvs2cl --utc --fsf --FSF --usermap .cvsusers -I ChangeLog -I .cvs --window 120 -l "-d"">2005-11-07;today<""" cat .cvscopying >> ChangeLog