diff options
author | Peter Maydell | 2020-02-28 16:36:18 +0100 |
---|---|---|
committer | Peter Maydell | 2020-03-06 12:06:55 +0100 |
commit | 3a8273b1ab3299cf92f7f72b41f56471ecb8e5cf (patch) | |
tree | dc54a9cc63a2a760c69150498d7994ef6234534f /MAINTAINERS | |
parent | docs: Stop building qemu-doc (diff) | |
download | qemu-3a8273b1ab3299cf92f7f72b41f56471ecb8e5cf.tar.gz qemu-3a8273b1ab3299cf92f7f72b41f56471ecb8e5cf.tar.xz qemu-3a8273b1ab3299cf92f7f72b41f56471ecb8e5cf.zip |
docs: Remove old texinfo sources
We can now delete the old .texi files, which we have been keeping in
the tree as a parallel set of documentation to the new rST sources.
The only remaining use of Texinfo is the autogenerated manuals
and HTML documents created from the QAPI JSON doc comments.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20200228153619.9906-33-peter.maydell@linaro.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4cdd2d5276..36d0c6887a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -215,7 +215,6 @@ S: Maintained F: target/mips/ F: default-configs/*mips* F: disas/*mips* -F: docs/system/cpu-models-mips.texi F: docs/system/cpu-models-mips.rst.inc F: hw/intc/mips_gic.c F: hw/mips/ @@ -321,7 +320,6 @@ F: tests/tcg/i386/ F: tests/tcg/x86_64/ F: hw/i386/ F: disas/i386.c -F: docs/system/cpu-models-x86.texi F: docs/system/cpu-models-x86.rst.inc T: git https://github.com/ehabkost/qemu.git x86-next @@ -2236,7 +2234,7 @@ M: Stefan Hajnoczi <stefanha@redhat.com> S: Maintained F: trace/ F: trace-events -F: docs/system/qemu-option-trace.texi +F: docs/qemu-option-trace.rst.inc F: scripts/tracetool.py F: scripts/tracetool/ F: scripts/qemu-trace-stap* @@ -2806,7 +2804,6 @@ F: contrib/gitdm/* Incompatible changes R: libvir-list@redhat.com -F: docs/system/deprecated.texi F: docs/system/deprecated.rst Build System |