Added make target to export the ChangeLog file

This commit is contained in:
Nobuyoshi Nakada 2020-01-12 19:39:00 +09:00
parent ae69aea3b0
commit cccfc66760
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60

View File

@ -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