ruby-changes:59683
From: Nobuyoshi <ko1@a...>
Date: Sun, 12 Jan 2020 19:39:18 +0900 (JST)
Subject: [ruby-changes:59683] cccfc66760 (master): Added make target to export the ChangeLog file
https://git.ruby-lang.org/ruby.git/commit/?id=cccfc66760 From cccfc66760fe479692852adf62167857243b4847 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 12 Jan 2020 19:39:00 +0900 Subject: Added make target to export the ChangeLog file diff --git a/common.mk b/common.mk index 22e7d99..ad32792 100644 --- a/common.mk +++ b/common.mk @@ -1523,6 +1523,11 @@ update-man-date: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1523 -e '$$_.sub!(/^(\.Dd ).*/){$$1+@v...(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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/