Generate ChangeLog from "git log".

This commit is contained in:
Tilman Sauerbeck 2006-11-14 22:12:11 +01:00
parent 376786d872
commit 3309e1f843
2 changed files with 1 additions and 11 deletions

View File

@ -1,11 +0,0 @@
2006-08-24 Tilman Sauerbeck (tilman at crux nu)
* pkgadd.{h,cc}: Prepared the code for addition of the INSTALL rule
2006-04-29 Simone Rota (sip at crux dot nu)
* Optimized file type detection for stripping in pkgmk
Thanks to Antti Nykänen
2006-04-14 Tilman Sauerbeck (tilman at crux nu)
* ChangeLog, NEWS: Moved old ChangeLog to NEWS
* pkgmk.in: Write warnings and errors to stderr instead of stdout
* pkgutil.cc: Use the proper sentinel in the execl() call

View File

@ -80,6 +80,7 @@ endif
dist: distclean
rm -rf /tmp/pkgutils-$(VERSION)
mkdir -p /tmp/pkgutils-$(VERSION)
git-log > ChangeLog
cp -rf . /tmp/pkgutils-$(VERSION)
tar -C /tmp --exclude .svn -czvf ../pkgutils-$(VERSION).tar.gz pkgutils-$(VERSION)
rm -rf /tmp/pkgutils-$(VERSION)