Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Probst <mark.probst@gmail.com>2010-07-30 03:54:23 +0400
committerMark Probst <mark.probst@gmail.com>2010-07-30 22:58:57 +0400
commitab9b34d79f7a93ecd95d1c0220452fb1e9d0e0bb (patch)
tree0c8b4e44b028f1fdf052ef1a4ca6c112d442bddc /Makefile.am
parent7ed3c6305fdfb9818cd5338bc9b6bf2e1a8bd217 (diff)
"make dist" updates the ChangeLogs automatically.
When creating a distribution "make dist" now uses the commits-to-changelog script to automatically update all ChangeLog files since the last commit marked with the "last-commit-with-compulsory-changelog-entry" tag.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 17c95137b57..9a2e871c2bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,7 @@ DISTCHECK_CONFIGURE_FLAGS = EXTERNAL_MCS=false EXTERNAL_RUNTIME=false
# Distribute the 'mcs' tree too
dist-hook:
+ ./scripts/commits-to-changelog.py --root=$(distdir) last-commit-with-compulsory-changelog-entry
test -d $(distdir)/mcs || mkdir $(distdir)/mcs
d=`cd $(distdir)/mcs && pwd`; cd $(mcs_topdir) && $(MAKE) distdir=$$d dist-recursive