]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add update-po target.
authorSimon Josefsson <simon@josefsson.org>
Wed, 8 Mar 2006 17:34:53 +0000 (17:34 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 8 Mar 2006 17:34:53 +0000 (17:34 +0000)
Makefile.am

index 628b49a5e6bab572d95b547fa875ffa569fdee68..1b5e2df06d59e391c8be7613d8ffb7ec399bfa7b 100644 (file)
@@ -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