From: Simon Josefsson Date: Fri, 25 May 2007 14:47:44 +0000 (+0200) Subject: Use cg instead of cvs commands, for update-po target. X-Git-Tag: gnutls_1_7_10~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcc4ac880e76cdc0643c14ae1cb2fe4d42b6bc2d;p=thirdparty%2Fgnutls.git Use cg instead of cvs commands, for update-po target. --- diff --git a/Makefile.am b/Makefile.am index 474c47c9c7..44ab3fb639 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,8 +29,8 @@ ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/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` + cg-add `ls po/*.po | grep -v quot.po` || true && \ + cg-commit -m "Sync with TP." po/LINGUAS `ls po/*.po | grep -v quot.po` ChangeLog: git log --pretty --numstat --summary --since="2005 November 07" -- | git2cl > ChangeLog