summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2014-02-11 09:25:40 +0100
committerMurray Cumming <murrayc@murrayc.com>2014-02-11 09:25:40 +0100
commitc6a30e232d9dac8df12f8ab5d9565c14c0ecb6dc (patch)
tree9f8108c6f82567eba820340efc93039011f2d665 /Makefile.am
parent22a45da059de21d490ed632f6abda04ba5a1c9cf (diff)
Autogenerate the ChangeLog
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4c3aa23..a646fd9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,9 @@ dist_noinst_SCRIPTS = autogen.sh
DISTCLEANFILES = MSVC_Net2005/cairomm/cairommconfig.h MSVC_Net2008/cairomm/cairommconfig.h MSVC_Net2010/cairomm/cairommconfig.h
+# Optional: auto-generate the ChangeLog file from the git log on make dist
+include $(top_srcdir)/build/dist-changelog.am
+
# Copied from cairo/Makefile.am:
#
# Some custom targets to make it easier to release things.