diff options
author | Simon Josefsson <jas@mocca.josefsson.org> | 2007-05-25 16:47:44 +0200 |
---|---|---|
committer | Simon Josefsson <jas@mocca.josefsson.org> | 2007-05-25 16:47:44 +0200 |
commit | fcc4ac880e76cdc0643c14ae1cb2fe4d42b6bc2d (patch) | |
tree | 151020cfa2a7042861a7a9e472e72fbb3b3a4fba /Makefile.am | |
parent | 1b9ba79e1df68a64b7eaafa444ec3df794b3bda8 (diff) | |
download | gnutls-fcc4ac880e76cdc0643c14ae1cb2fe4d42b6bc2d.tar.gz |
Use cg instead of cvs commands, for update-po target.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |