AUTHORS: Convert to reStructuredText

Now that we have moved to Meson, we are no longer required to
use a specific name for this file, and since the rest of our
documentation is in reStructuredText format and uses a matching
file extension, we can give the AUTHORS file the same treatment.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Andrea Bolognani
2020-08-25 17:52:24 +02:00
parent 95b9db4ee2
commit 4d0da596b3
5 changed files with 108 additions and 107 deletions

View File

@@ -5,4 +5,4 @@ import os
meson_source_root = os.environ['MESON_SOURCE_ROOT']
os.chdir(meson_source_root)
os.system('git log --pretty=format:"%aN <%aE>" | sort -u')
os.system('git log --pretty=format:"* %aN <%aE>" | sort -u')