X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=f3065b77ed2658856018372444844dc00e4575da;hb=3c66e56435359dc678048193e8ee239d06f79b64;hp=60aec9a08b6049328ee031dd7e19fbaeafc8664e;hpb=918bd5b9122f929268e0979063c4844e85090858;p=github%2Fshaarli%2FShaarli.git diff --git a/Makefile b/Makefile index 60aec9a0..f3065b77 100644 --- a/Makefile +++ b/Makefile @@ -169,6 +169,12 @@ clean: @git clean -df @rm -rf sandbox +### generate the AUTHORS file from Git commit information +authors: + @cp .github/mailmap .mailmap + @git shortlog -sne > AUTHORS + @rm .mailmap + ### generate Doxygen documentation doxygen: clean @rm -rf doxygen @@ -214,4 +220,4 @@ htmlpages: -o doc/$$base.html $$file; \ done; -htmldoc: doc htmlsidebar htmlpages +htmldoc: authors doc htmlsidebar htmlpages