aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS (renamed from AUTHORS.md)0
-rwxr-xr-xMakefile4
-rw-r--r--README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/AUTHORS.md b/AUTHORS
index ad4d539f..ad4d539f 100644
--- a/AUTHORS.md
+++ b/AUTHORS
diff --git a/Makefile b/Makefile
index 17ed56cb..9c8a08d0 100755
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
SHELL = /bin/bash
-# update the AUTHORS.md file
+# update the AUTHORS file
contrib:
- @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
+ @mv .github/.mailmap . && printf "Commits|Author\n-------|---------------------------------------------------\n" > AUTHORS && git shortlog -sne >> AUTHORS && mv .mailmap .github/.mailmap
diff --git a/README.md b/README.md
index 9b926f2f..74b4a660 100644
--- a/README.md
+++ b/README.md
@@ -2189,7 +2189,7 @@ Contributing guidelines can be found in [.github/CONTRIBUTING.md](.github/CONTRI
## Authors
-The list of authors can be found in [AUTHORS.md](AUTHORS.md).
+The list of authors can be found in the [AUTHORS](AUTHORS) file.
## License