aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornrew225 <nrew225@gmail.com>2018-07-04 15:10:08 +0000
committernrew225 <nrew225@gmail.com>2018-07-04 15:10:08 +0000
commit213d5396b71379028e7299c380bb5da6f2f040f6 (patch)
tree13408ab73598188207733ed55cdad4799a967199 /Makefile
parentMerge pull request #1453 from Kickball/fixTest (diff)
downloadawesome-selfhosted-213d5396b71379028e7299c380bb5da6f2f040f6.tar.gz
awesome-selfhosted-213d5396b71379028e7299c380bb5da6f2f040f6.zip
Fix contrib command in Makefile
-Fixes sed command to properly format markdown table. -Update mailmap. -Update AUTHORS.md
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d5676eaf..3e4ac949 100755
--- a/Makefile
+++ b/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