svn2cl -> git2cl.

This commit is contained in:
Ville Skyttä 2012-06-05 22:56:48 +03:00
parent 7b1cc95039
commit 3d412d9131
1 changed files with 2 additions and 3 deletions

View File

@ -96,9 +96,8 @@ tag:
AUTHORS: authors.xml authors.xsl
xsltproc authors.xsl authors.xml | sort -u > $@
ChangeLog: $(FILES) authors.xml
svn2cl --authors=authors.xml --group-by-day --reparagraph \
--strip-prefix=trunk
ChangeLog: $(FILES)
git2cl > $@
__version__.py: Makefile
echo "# Automatically generated, do not edit" > $@