policykit-gnome r45 - trunk
- From: davidz svn gnome org
- To: svn-commits-list gnome org
- Subject: policykit-gnome r45 - trunk
- Date: Tue, 22 Jul 2008 17:30:57 +0000 (UTC)
Author: davidz
Date: Tue Jul 22 17:30:57 2008
New Revision: 45
URL: http://svn.gnome.org/viewvc/policykit-gnome?rev=45&view=rev
Log:
use svn2cl for ChangeLog generation now that we're no longer using git :-/
Modified:
   trunk/AUTHORS
   trunk/Makefile.am
Modified: trunk/AUTHORS
==============================================================================
--- trunk/AUTHORS	(original)
+++ trunk/AUTHORS	Tue Jul 22 17:30:57 2008
@@ -1,2 +1,2 @@
-David Zeuthen <davidz redhat com>
+davidz:David Zeuthen <davidz redhat com>
 
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Tue Jul 22 17:30:57 2008
@@ -4,25 +4,14 @@
 SUBDIRS += examples
 endif
 
-# Need to build docs after examples because the docs include generated files 
+# Need to build docs after examples because the docs include generated files
 SUBDIRS += doc po
 
 # Creating ChangeLog from git log (taken from cairo/Makefile.am):
 ChangeLog: $(srcdir)/ChangeLog
 
 $(srcdir)/ChangeLog:
-	@if test -d "$(srcdir)/.git"; then \
-	  (cd "$(srcdir)" && \
-	  ./missing --run git-log --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
+	rm -f $(srcdir)/ChangeLog && svn2cl --authors=AUTHORS -o $(srcdir)/ChangeLog
 
 .PHONY: ChangeLog $(srcdir)/ChangeLog
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]