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

Fixed the library path for tools

This commit is contained in:
Nobuyoshi Nakada 2019-07-16 08:46:38 +09:00
parent 71d5b4c32e
commit 8e37ef76f6
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -1474,7 +1474,7 @@ sudo-precheck: PHONY
@$(SUDO) echo > $(NULL)
update-man-date: PHONY
-$(Q) $(BASERUBY) -I"$(srcdir)/tool" -rvcs -i -p \
-$(Q) $(BASERUBY) -I"$(srcdir)/tool/lib" -rvcs -i -p \
-e 'BEGIN{@vcs=VCS.detect(ARGV.shift)}' \
-e '$$_.sub!(/^(\.Dd ).*/){$$1+@vcs.modified(ARGF.path).strftime("%B %d, %Y")}' \
"$(srcdir)" "$(srcdir)"/man/*.1