Fixed the library path for tools
This commit is contained in:
parent
71d5b4c32e
commit
8e37ef76f6
@ -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…
x
Reference in New Issue
Block a user