From 8afd304f41ad044964c700ac194b818003b39a6e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 12 Jan 2020 19:50:34 +0900 Subject: [PATCH] Ignore existing ChangeLog file and generate always [ci skip] --- common.mk | 2 ++ 1 file changed, 2 insertions(+) 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)" $@ -- GitLab