[Xfce4-commits] <xfce4-embed-plugin:master> Fix ChangeLog generation.

Jérôme Guelfucci noreply at xfce.org
Sun Jan 1 21:44:17 CET 2012


Updating branch refs/heads/master
         to 22e9d56318559b99c31b5bf98ef5dea3cc9fd09d (commit)
       from 392d3f67ccf647b4eb10f769e355c4cc4f4ff8e7 (commit)

commit 22e9d56318559b99c31b5bf98ef5dea3cc9fd09d
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sat Apr 23 09:21:24 2011 +0200

    Fix ChangeLog generation.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3091092..ff8c1f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,7 @@ rpm: dist
 .PHONY: ChangeLog
 
 ChangeLog: Makefile
-	(GIT_DIR=$(top_srcdir)/.git git log xfce-4.6-master..HEAD > .changelog.tmp \
+	(GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \
 	&& mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
 	|| (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
 


More information about the Xfce4-commits mailing list