From b3fb60334bbb62bbcc62348128bd4b3897bd2ad5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 18 Sep 2009 15:25:12 -0700 Subject: build: smaller ChangeLog No need to bloat our tarballs too much with information people are unlikely to ever read, NEWS is more user-oriented. --- GNUmakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 48ab798..a20dcb0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -144,10 +144,11 @@ NEWS: GIT-VERSION-FILE $(rake) -s news_rdoc > $@+ mv $@+ $@ +SINCE = 0.91.0 ChangeLog: GIT-VERSION-FILE - @echo "ChangeLog from $(GIT_URL) ($(GIT_VERSION))" > $@+ + @echo "ChangeLog from $(GIT_URL) ($(SINCE)..$(GIT_VERSION))" > $@+ @echo >> $@+ - git log | sed -e 's/^/ /' >> $@+ + git log v$(SINCE).. | sed -e 's/^/ /' >> $@+ mv $@+ $@ news_atom := http://unicorn.bogomips.org/NEWS.atom.xml -- cgit v1.2.3-24-ge0c7