diff mbox series

[for-4.1,2/2] qemu-tech: Fix dangling @menu entries

Message ID 20190715055736.15214-3-armbru@redhat.com
State New
Headers show
Series None | expand

Commit Message

Markus Armbruster July 15, 2019, 5:57 a.m. UTC
Recent commit 2f2c4e4731 "Convert "translator internals" docs to RST,
move to devel manual" and commit 282d36b5e2 "qemu-tech.texi: Remove
"QEMU compared to other emulators" section" removed @node, but left
their @menu entries behind.  This broke building qemu-doc.info (but
not qemu-doc.{html,pdf,txt}; how odd).  Bury the dead @menu entries.

Reported-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Fixes: 2f2c4e4731449449a2b1aafcd73e4f9ae107d78b
Fixes: 282d36b5e27ba86d42d0638430e439c2c257367b
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 qemu-tech.texi | 3 ---
 1 file changed, 3 deletions(-)

Comments

Peter Maydell July 15, 2019, 8:50 a.m. UTC | #1
On Mon, 15 Jul 2019 at 06:57, Markus Armbruster <armbru@redhat.com> wrote:
>
> Recent commit 2f2c4e4731 "Convert "translator internals" docs to RST,
> move to devel manual" and commit 282d36b5e2 "qemu-tech.texi: Remove
> "QEMU compared to other emulators" section" removed @node, but left
> their @menu entries behind.  This broke building qemu-doc.info (but
> not qemu-doc.{html,pdf,txt}; how odd).  Bury the dead @menu entries.
>
> Reported-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> Fixes: 2f2c4e4731449449a2b1aafcd73e4f9ae107d78b
> Fixes: 282d36b5e27ba86d42d0638430e439c2c257367b
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  qemu-tech.texi | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/qemu-tech.texi b/qemu-tech.texi
> index 3451cfaa5b..0380de77b6 100644
> --- a/qemu-tech.texi
> +++ b/qemu-tech.texi
> @@ -3,10 +3,7 @@
>
>  @menu
>  * CPU emulation::
> -* Translator Internals::
> -* QEMU compared to other emulators::
>  * Managed start up options::
> -* Bibliography::
>  @end menu

Whoops...

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM
diff mbox series

Patch

diff --git a/qemu-tech.texi b/qemu-tech.texi
index 3451cfaa5b..0380de77b6 100644
--- a/qemu-tech.texi
+++ b/qemu-tech.texi
@@ -3,10 +3,7 @@ 
 
 @menu
 * CPU emulation::
-* Translator Internals::
-* QEMU compared to other emulators::
 * Managed start up options::
-* Bibliography::
 @end menu
 
 @node CPU emulation