diff options
-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 |