doc: use cat instead of more to display errors

`more` may cause the travis build to hang
This commit is contained in:
Stefan Hoffmann 2014-09-20 14:24:16 +02:00
parent f9ca9e43c3
commit ef3c63f73d

View File

@ -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