summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-16 08:46:38 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-16 08:46:38 +0900
commit8e37ef76f6f640178ffaea4d7c0d36a17e6ca171 (patch)
tree1ca73e519f64afdeba30d1eaf776adc97b7c31aa
parent71d5b4c32e892d1771d73ca869da3a59f5d0b4d1 (diff)
Fixed the library path for tools
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index de62185e84..b40a8e0fa4 100644
--- a/common.mk
+++ b/common.mk
@@ -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