empathy r2822 - branches/gnome-2-26
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2822 - branches/gnome-2-26
- Date: Mon, 13 Apr 2009 11:00:01 +0000 (UTC)
Author: xclaesse
Date: Mon Apr 13 11:00:00 2009
New Revision: 2822
URL: http://svn.gnome.org/viewvc/empathy?rev=2822&view=rev
Log:
Steal GTK+'s way of generating ChangeLog from git logs
From: Xavier Claessens <xclaesse gmail com>
Modified:
branches/gnome-2-26/Makefile.am
Modified: branches/gnome-2-26/Makefile.am
==============================================================================
--- branches/gnome-2-26/Makefile.am (original)
+++ branches/gnome-2-26/Makefile.am Mon Apr 13 11:00:00 2009
@@ -37,11 +37,24 @@
# uninstall.
distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
-ChangeLog: Makefile.am
- git log --pretty=short > ChangeLog
-
+distclean-local:
+ if test $(srdcir) = .; then :; else \
+ rm -f ChangeLog; \
+ fi
-dist: ChangeLog
+ChangeLog:
+ @echo Creating $@
+ @if test -d "$(srcdir)/.git"; then \
+ (GIT_DIR=$(top_srcdir)/.git ./missing --run git log EMPATHY_2_24_0.. --stat) | fmt --split-only > $ tmp \
+ && mv -f $ tmp $@ \
+ || ($(RM) $ tmp; \
+ echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
+ (test -f $@ || echo git-log is required to generate this file >> $@)); \
+ else \
+ test -f $@ || \
+ (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
+ echo A git checkout and git-log is required to generate this file >> $@); \
+ fi
.PHONY: ChangeLog
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]