making sure ChangeLog is properly generated on 'make dist'
authorChristian Grothoff <christian@grothoff.org>
Wed, 23 Nov 2011 10:08:16 +0000 (10:08 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 23 Nov 2011 10:08:16 +0000 (10:08 +0000)
Makefile.am

index 6aa752048f3c0772c39fff22a09ad1ed24aa98bd..67e1cb3671405e95fd6eb1e0e5706f4067f3f03d 100644 (file)
@@ -19,3 +19,8 @@ ChangeLog:
                        xsltproc --stringparam strip-prefix "-" \
                                 --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \
        fi
+
+dist: ChangeLog
+
+.PHONY: ChangeLog
+