mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 09:44:31 +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.
 | 
			
		||||
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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user