mirror of
https://github.com/neovim/neovim.git
synced 2025-11-06 10:44:22 +00:00
doc: use cat instead of more to display errors
`more` may cause the travis build to hang
This commit is contained in:
@@ -323,7 +323,7 @@ manpages: $(MANPAGES)
|
|||||||
|
|
||||||
# Awk version of .txt to .html conversion.
|
# Awk version of .txt to .html conversion.
|
||||||
html: noerrors tags $(HTMLS)
|
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:
|
noerrors:
|
||||||
-rm -f errors.log
|
-rm -f errors.log
|
||||||
|
|||||||
Reference in New Issue
Block a user