From: Tilman Sauerbeck Date: Tue, 14 Nov 2006 21:12:11 +0000 (+0100) Subject: Generate ChangeLog from "git log". X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=sidebyside;h=3309e1f843c1bf875965a7af8d904d29b8ba93b1;p=pkgutils-cross.git Generate ChangeLog from "git log". --- diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index f911441..0000000 --- a/ChangeLog +++ /dev/null @@ -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 diff --git a/Makefile b/Makefile index 32e0ab3..0b1c5d9 100644 --- a/Makefile +++ b/Makefile @@ -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)