Added make target to export the ChangeLog file
This commit is contained in:
parent
ae69aea3b0
commit
cccfc66760
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user