1
1

maketgz: use git2news.pl by the correct name

Этот коммит содержится в:
Daniel Stenberg 2011-04-05 19:19:49 +02:00
родитель 5633bb4a3b
Коммит 1249dd2272

Просмотреть файл

@ -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
############################################################################
#