mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-06-17 04:27:25 +02:00
Fix contrib command in Makefile
-Fixes sed command to properly format markdown table. -Update mailmap. -Update AUTHORS.md
This commit is contained in:
parent
cfd25a8a27
commit
213d5396b7
3 changed files with 487 additions and 473 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue