aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2008-09-20 11:10:27 -0700
committerMichael Olson <mwolson@gnu.org>2008-09-20 11:10:27 -0700
commitbd8bb8af89086bbf336c7890813e2a35a3349525 (patch)
tree38de3234724f17bbffeae82ceddf0b06a800f477 /Makefile
parent9f076337372d7db84accf7b57f3f3af1dceda61f (diff)
Update RELEASE info, generate ChangeLog when making release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31beff5..b253b5f 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,7 @@ dist: autoloads clean
(cd .. && tar xf -)
rm -f ../emms-$(VERSION)/.gitignore
cp lisp/emms-autoloads.el ../emms-$(VERSION)/lisp
+ git log --pretty=medium > ../emms-$(VERSION)/ChangeLog
release: dist
(cd .. && tar -czf emms-$(VERSION).tar.gz \