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:
parent
71d5b4c32e
commit
8e37ef76f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue