From: Richard W.M. Jones Date: Mon, 8 Nov 2010 15:29:35 +0000 (+0000) Subject: build: Create an AUTHORS file. X-Git-Tag: 1.7.3~1 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=5a10318ac808fb3cb0bf9071e0cf6b63a0b3eb6a;hp=e5ec461c67820f050b049b41a630069f0efe96d1 build: Create an AUTHORS file. --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..f1b4142 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,15 @@ +Ani Peter +Charles Duffy +Daniel Berrange +Daniel Cabrera +Geert Warrink +Guido Günther +Jim Meyering +Karel Klíč +Matthew Booth +Maxim Koltsov +Piotr Drąg +Rajesh Ranjan +Richard W.M. Jones +Sandeep Shedmake +Shankar Prasad diff --git a/Makefile.am b/Makefile.am index adc81a3..a534750 100644 --- a/Makefile.am +++ b/Makefile.am @@ -175,6 +175,12 @@ dist-hook: $(top_srcdir)/update-bugs > BUGS-t mv BUGS-t BUGS cp BUGS $(distdir)/BUGS + git log --pretty="format:%an" | sort -u | \ + grep -v rjones | \ + grep -v "Richard Jones" \ + > AUTHORS-t + mv AUTHORS-t AUTHORS + cp AUTHORS $(distdir)/AUTHORS # Update the list of translatable files in po/POTFILES.in. all-local: