mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-06-11 19:41:02 +00:00
Fix contrib command in Makefile
-Fixes sed command to properly format markdown table. -Update mailmap. -Update AUTHORS.md
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user