aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-01-12 19:39:00 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-01-12 19:39:00 +0900
commitcccfc66760fe479692852adf62167857243b4847 (patch)
tree93cf9b1e6f4102961f5ff9314f012e316f5d5f43
parentae69aea3b04271ac078df721887b176d6b6be3db (diff)
downloadruby-cccfc66760fe479692852adf62167857243b4847.tar.gz
Added make target to export the ChangeLog file
-rw-r--r--common.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 22e7d99237..ad32792dab 100644
--- a/common.mk
+++ b/common.mk
@@ -1523,6 +1523,11 @@ update-man-date: PHONY
-e '$$_.sub!(/^(\.Dd ).*/){$$1+@vcs.modified(ARGF.path).strftime("%B %d, %Y")}' \
"$(srcdir)" "$(srcdir)"/man/*.1
+ChangeLog:
+ -$(Q) $(BASERUBY) -I"$(srcdir)/tool/lib" -rvcs \
+ -e 'VCS.detect(ARGV[0]).export_changelog("@", nil, nil, ARGV[1])' \
+ "$(srcdir)" $@
+
HELP_EXTRA_TASKS = ""
help: PHONY