diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-04-13 13:25:45 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-04-13 13:25:45 +0200 |
commit | d9e7cbbef13755727fa2148b37aa12c2a908ce79 (patch) | |
tree | 374013cea29a3efbdac69abdbe890eebb5d449df /Makefile.am | |
parent | db6489b4fae0734cf78a015b845c594aaa0d557e (diff) | |
download | gnutls-d9e7cbbef13755727fa2148b37aa12c2a908ce79.tar.gz |
Translation fixes.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 74df98f8df..f4d08a49b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,10 +32,6 @@ ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/m4 # Maintainer targets -update-po: refresh-po - -cg-add `ls po/*.po | grep -v quot.po` - 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 cat .cvscopying >> ChangeLog |