#440: docs: Remove the travis links from README during 'make install'.
This commit is contained in:
		
							parent
							
								
									f60d9b8c36
								
							
						
					
					
						commit
						d025148858
					
				
							
								
								
									
										1
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										1
									
								
								Makefile
								
								
								
								
							|  | @ -17,6 +17,7 @@ install: all | |||
| 	$(INSTALL) -d $(DOC_DIR) | ||||
| 	cp .version zsh-syntax-highlighting.zsh $(SHARE_DIR) | ||||
| 	cp COPYING.md README.md changelog.md $(DOC_DIR) | ||||
| 	sed -e '1s/ .*//' -e '/^\[build-status-[a-z]*\]: /d' < README.md > $(DOC_DIR)/README.md | ||||
| 	if [ x"true" = x"`git rev-parse --is-inside-work-tree 2>/dev/null`" ]; then \
 | ||||
| 		git rev-parse HEAD; \
 | ||||
| 	else \
 | ||||
|  |  | |||
|  | @ -76,9 +76,5 @@ Syntax highlighting is done by pluggable highlighter scripts.  See the | |||
| [documentation on highlighters](docs/highlighters.md) for details and | ||||
| configuration settings. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| [build-status-image]: https://travis-ci.org/zsh-users/zsh-syntax-highlighting.svg?branch=master | ||||
| [build-status-travis]: https://travis-ci.org/zsh-users/zsh-syntax-highlighting | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue