aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2018-07-05 19:42:04 +0000
committerGitHub <noreply@github.com>2018-07-05 19:42:04 +0000
commita4123a3d8d8fdd35e53d2c19b477d2e1279ccc38 (patch)
tree33f2532510c8ec957cbf31aacb5ee106a11f2b18 /Makefile
parentMerge pull request #1456 from Kickball/fixTest (diff)
parentFix contrib command in Makefile (diff)
downloadawesome-selfhosted-a4123a3d8d8fdd35e53d2c19b477d2e1279ccc38.tar.gz
awesome-selfhosted-a4123a3d8d8fdd35e53d2c19b477d2e1279ccc38.zip
Merge pull request #1458 from Kickball/fixContrib
Fix contrib command in Makefile
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