1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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