]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - Makefile
Add an AUTHORS file, simplify COPYING, bump year to 2017
[github/shaarli/Shaarli.git] / Makefile
index 60aec9a08b6049328ee031dd7e19fbaeafc8664e..f3065b77ed2658856018372444844dc00e4575da 100644 (file)
--- 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