aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorn8225 <n8225@users.noreply.github.com>2016-12-17 16:57:58 +0000
committerEdward D <ed.kickball@hotmail.com>2016-12-17 16:57:58 +0000
commit46a373c1e86f322583e47b974d91cc8f4ad1c044 (patch)
tree06d2f057e50347736756b5c6ad5df172f9e45cda /Makefile
parentMerge pull request #892 from Kickball/addTravis (diff)
downloadawesome-selfhosted-46a373c1e86f322583e47b974d91cc8f4ad1c044.tar.gz
awesome-selfhosted-46a373c1e86f322583e47b974d91cc8f4ad1c044.zip
Update AUTHORS.md (#895)
* Update AUTHORS.md Created .mailmap file Created with the following command: 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 * Update Contrib line in makefile
Diffstat (limited to 'Makefile')
-rwxr-xr-x[-rw-r--r--]Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 34447ffd..df196650 100644..100755
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ syntaxerrors:
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
contrib:
- @git shortlog -sne
+ @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
add:
@#add a new entry