]> git.0d.be Git - empathy.git/commitdiff
Do not merge ChangeLog and ChangeLog.old
authorXavier Claessens <xclaesse@src.gnome.org>
Mon, 17 Dec 2007 22:11:38 +0000 (22:11 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 17 Dec 2007 22:11:38 +0000 (22:11 +0000)
svn path=/trunk/; revision=486

Makefile.am

index b8aa51d26517e6a3ad22a3b87cebdc446f5cb529..4256f0f864069e459834ddf63916eb74a8070f69 100644 (file)
@@ -27,6 +27,7 @@ INTLTOOL =                    \
 
 EXTRA_DIST =                   \
         ChangeLog               \
+        ChangeLog.old           \
         README                  \
        CONTRIBUTORS            \
        $(INTLTOOL)
@@ -43,13 +44,12 @@ distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollke
 # Build ChangeLog from SVN history (r470 was the first ChangeLog-less checkin).
 # Only build this when in an svn checkout.
 
-ChangeLog: ChangeLog.old
+ChangeLog:
        @if test -f $(top_srcdir)/.svn/entries; then \
                svn log -v --xml -r HEAD:470 $(SVN_ROOT)/$(SVN_MODULE) | \
                        xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \
                                 --stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \
        fi
-       @cat $(top_srcdir)/ChangeLog.old >> $@
 
 dist: ChangeLog