diff options
author | Stefano Garzarella | 2021-05-17 17:17:00 +0200 |
---|---|---|
committer | Thomas Huth | 2021-06-02 06:51:09 +0200 |
commit | 551bdfa079b8b08ee212a36675774a1d22bc9fcf (patch) | |
tree | 9b5828c3db1fd8d991acf8504bac5708cf5db79b /MAINTAINERS | |
parent | docs: fix references to docs/devel/atomics.rst (diff) | |
download | qemu-551bdfa079b8b08ee212a36675774a1d22bc9fcf.tar.gz qemu-551bdfa079b8b08ee212a36675774a1d22bc9fcf.tar.xz qemu-551bdfa079b8b08ee212a36675774a1d22bc9fcf.zip |
docs: fix references to docs/devel/build-system.rst
Commit a14f0bf165 ("docs: convert build system documentation to rST")
converted docs/devel/build-system.txt to docs/devel/build-system.rst.
We still have several references to the old file, so let's fix them
with the following command:
sed -i s/build-system.txt/build-system.rst/ \
$(git grep -l docs/devel/build-system.txt)
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20210517151702.109066-4-sgarzare@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5d195a9d95..96a4eeb5a5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3361,7 +3361,7 @@ Documentation Build system architecture M: Daniel P. Berrange <berrange@redhat.com> S: Odd Fixes -F: docs/devel/build-system.txt +F: docs/devel/build-system.rst GIT Data Mining Config M: Alex Bennée <alex.bennee@linaro.org> |