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:
parent
ae69aea3b0
commit
cccfc66760
1 changed files with 5 additions and 0 deletions
|
@ -1523,6 +1523,11 @@ update-man-date: PHONY
|
||||||
-e '$$_.sub!(/^(\.Dd ).*/){$$1+@vcs.modified(ARGF.path).strftime("%B %d, %Y")}' \
|
-e '$$_.sub!(/^(\.Dd ).*/){$$1+@vcs.modified(ARGF.path).strftime("%B %d, %Y")}' \
|
||||||
"$(srcdir)" "$(srcdir)"/man/*.1
|
"$(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_EXTRA_TASKS = ""
|
||||||
|
|
||||||
help: PHONY
|
help: PHONY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue