mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: Create an AUTHORS file.
This commit is contained in:
15
AUTHORS
Normal file
15
AUTHORS
Normal file
@@ -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
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user