Peter Maydell <peter.mayd...@linaro.org> writes:

> We no longer generate texinfo from the hxtool input files,
> so delete all the STEXI/ETEXI blocks.
>
> This commit was created using the following Perl one-liner:
>   perl -i -n -e '$suppress = 1,next if /^STEXI/;$suppress=0,next if /^ETEXI/; 
> print if !$suppress;' *.hx
>
> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
> ---
>  hmp-commands-info.hx |  329 ----
>  hmp-commands.hx      |  821 ---------
>  qemu-options.hx      | 4054 ------------------------------------------
>  3 files changed, 5204 deletions(-)
>
> diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx
> index 1730f866cde..499d6d54b01 100644
> --- a/hmp-commands-info.hx
> +++ b/hmp-commands-info.hx
> @@ -11,13 +11,6 @@ HXCOMM appears inside the documentation list item for the 
> top level
>  HXCOMM "info" documentation entry. The exception is the first SRST
>  HXCOMM fragment that defines that top level entry.

We still mention them in the preamble just before:

  HXCOMM Text between STEXI and ETEXI are copied to texi version and
  HXCOMM discarded from C version

And don't mention the SRST/ERST sections. It might be worth tweaking
that while we are at it.

Otherwise:

Reviewed-by: Alex Bennée <alex.ben...@linaro.org>

-- 
Alex Bennée

Reply via email to