gnome-games-deprecated r737 - in trunk: . po



Author: chpe
Date: Thu Oct 30 14:37:08 2008
New Revision: 737
URL: http://svn.gnome.org/viewvc/gnome-games-deprecated?rev=737&view=rev

Log:
Apply gnome-games ChangeLog policy.

Removed:
   trunk/ChangeLog
   trunk/po/ChangeLog
Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Thu Oct 30 14:37:08 2008
@@ -7,3 +7,23 @@
 	game-docs.make	\
 	MAINTAINERS	\
 	HACKING
+
+DISTCHECK_CONFIGURE_FLAGS = \
+        --disable-schemas-install \
+        --disable-scrollkeeper
+
+# Build ChangeLog from SVN history (r735 was the first ChangeLog-less checkin).
+# Only build this when in a git or svn checkout.
+
+ChangeLog:
+	@if test -f $(top_srcdir)/.git/HEAD; then \
+		git log --stat > $@; \
+	elif test -f $(top_srcdir)/.svn/entries; then \
+		svn log -v --xml -r HEAD:7722 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \
+			xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \
+				--stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \
+	fi
+
+dist: ChangeLog
+
+.PHONY: ChangeLog



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]