X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=f3065b77ed2658856018372444844dc00e4575da;hb=3ee5c69777af4d5b20cfd8e89e1cc3cf13f640eb;hp=60aec9a08b6049328ee031dd7e19fbaeafc8664e;hpb=ee6f4b64a91d76070f930cdf7602ab4686714c7a;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