dangerfile, makefile: add documentation links, intentation fixes

This commit is contained in:
nodiscc
2018-05-13 01:03:21 +02:00
parent d91a7edc73
commit 69e42a98f7
2 changed files with 6 additions and 3 deletions

View File

@ -26,7 +26,7 @@ listlicenses:
@sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep --only-matching '([Aa0-Zz9]|\s|\.|-)*` `' README.md | sort --unique
syntaxerrors:
@echo -e "\n Syntax errors:"
@echo -e "\nSyntax errors:"
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
contrib: