AUTHORS: add the email address for each authors
[libguestfs.git] / Makefile.am
index 350c579..d14cc12 100644 (file)
@@ -221,7 +221,7 @@ dist-hook:
        $(top_srcdir)/update-bugs.sh > BUGS-t
        mv BUGS-t BUGS
        cp BUGS $(distdir)/BUGS
-       git log --pretty="format:%an" | sort -u | \
+       git log --pretty="format:%an <%ae>" | sort -u | uniq -w 10 | \
                grep -v rjones | \
                grep -v "Richard Jones" \
                > AUTHORS-t