maketgz: use git2news.pl by the correct name

This commit is contained in:
Daniel Stenberg 2011-04-05 19:19:49 +02:00
parent 5633bb4a3b
commit 1249dd2272

View File

@ -68,7 +68,7 @@ fi
# Generate the changelog
#
echo "generate NEWS"
git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./log2changes.pl > NEWS.dist
git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./git2news.pl > NEWS.dist
############################################################################
#