Fix contrib command in Makefile

-Fixes sed command to properly format markdown table.
-Update mailmap.
-Update AUTHORS.md
This commit is contained in:
nrew225
2018-07-04 10:10:08 -05:00
parent cfd25a8a27
commit 213d5396b7
3 changed files with 487 additions and 473 deletions

View File

@ -30,7 +30,7 @@ syntaxerrors:
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
contrib:
@mv .github/.mailmap . && printf "Commits | Author \n:---: | ---\n" > AUTHORS.md && git shortlog -sne >> AUTHORS.md && sed -i 's/\t/ | /g' AUTHORS.md && mv .mailmap .github/.mailmap
@mv .github/.mailmap . && printf "|Commits | Author |\n| :---: | --- |\n" > AUTHORS.md && git shortlog -sne | sed -r 's/^\s*([[:digit:]]*?)\s*?(.*?)/|\1|\2|/' >> AUTHORS.md && mv .mailmap .github/.mailmap
add:
@#add a new entry