#440: docs: Remove the travis links from README during 'make install'.

This commit is contained in:
Daniel Shahaf
2017-07-31 23:16:37 +00:00
parent f60d9b8c36
commit d025148858
2 changed files with 1 additions and 4 deletions

View File

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