mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
doc: use cat
instead of more
to display errors
`more` may cause the travis build to hang
This commit is contained in:
parent
f9ca9e43c3
commit
ef3c63f73d
@ -323,7 +323,7 @@ manpages: $(MANPAGES)
|
||||
|
||||
# Awk version of .txt to .html conversion.
|
||||
html: noerrors tags $(HTMLS)
|
||||
@if test -f errors.log; then more errors.log; fi
|
||||
@if test -f errors.log; then cat errors.log; fi
|
||||
|
||||
noerrors:
|
||||
-rm -f errors.log
|
||||
|
Loading…
Reference in New Issue
Block a user