summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-01-12 19:50:34 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-01-12 19:52:35 +0900
commit8afd304f41ad044964c700ac194b818003b39a6e (patch)
tree27548d1f0b7aea40e1e2b491b6fc5d086dcc59f8
parentb34f39e86004e0155960dc15685b61a020de7c45 (diff)
Ignore existing ChangeLog file and generate always [ci skip]
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index ad32792dab..374832c2b8 100644
--- a/common.mk
+++ b/common.mk
@@ -1523,7 +1523,9 @@ update-man-date: PHONY
-e '$$_.sub!(/^(\.Dd ).*/){$$1+@vcs.modified(ARGF.path).strftime("%B %d, %Y")}' \
"$(srcdir)" "$(srcdir)"/man/*.1
+.PHONY: ChangeLog
ChangeLog:
+ $(ECHO) Generating $@
-$(Q) $(BASERUBY) -I"$(srcdir)/tool/lib" -rvcs \
-e 'VCS.detect(ARGV[0]).export_changelog("@", nil, nil, ARGV[1])' \
"$(srcdir)" $@