summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburquerque@gmail.com>2013-07-02 17:37:34 -0400
committerJosé Alburquerque <jaalburquerque@gmail.com>2013-07-02 17:37:34 -0400
commitcc0d00efc33531eee577a269bc0ece0d07646a1f (patch)
treee47b4f15e49d9602be637f04b1cd238289b1e790 /Makefile.am
parent5dcdf882ed452faa20606c6b47b7394981d1d0b0 (diff)
downloadglibmm-cc0d00efc33531eee577a269bc0ece0d07646a1f.tar.gz
Auto-generate the ChangeLog from the git log for 'make dist'.
* Makefile.am: Include the dist-changelog.am file copied in build/ from mm-common so that the ChangeLog is automatically generated from the git commit messages on 'make dist'.
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 1a058b14..9c1dead4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,3 +56,6 @@ dist_noinst_DATA = $(text_files) $(msvc_files)
dist_noinst_SCRIPTS = autogen.sh
DISTCLEANFILES = $(filter %mmconfig.h,$(msvc_files))
+
+# Auto-generate the ChangeLog file from the git log on make dist
+include $(top_srcdir)/build/dist-changelog.am