]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Use cg instead of cvs commands, for update-po target.
authorSimon Josefsson <jas@mocca.josefsson.org>
Fri, 25 May 2007 14:47:44 +0000 (16:47 +0200)
committerSimon Josefsson <jas@mocca.josefsson.org>
Fri, 25 May 2007 14:47:44 +0000 (16:47 +0200)
Makefile.am

index 474c47c9c709a9af807e7a7ee89bb80122ce4820..44ab3fb639545742550890632c3c689474e2376d 100644 (file)
@@ -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