qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 09/21] docs/interop: Convert qemu-qmp-ref to rST


From: Peter Maydell
Subject: Re: [PATCH v6 09/21] docs/interop: Convert qemu-qmp-ref to rST
Date: Tue, 29 Sep 2020 10:46:37 +0100

On Tue, 29 Sep 2020 at 09:42, Markus Armbruster <armbru@redhat.com> wrote:
>
> Appears to break documented make target html:
>
> $ make -C bld-x86 html
> make: Entering directory '/work/armbru/qemu/bld-x86'
> make: *** No rule to make target 'html'.  Stop.
> make: Leaving directory '/work/armbru/qemu/bld-x86'

Whoops. Should be fixable by adding
  alias_target('html', sphinxdocs)

under the other two alias_target() calls at the bottom of
docs/meson.build, I think.

Looking at the code I think it also breaks the 'info',
'pdf' and 'txt' targets, which I propose that we fix
by removing them from the documentation, since not providing
info, pdf or txt output is an intentional change. I believe that
the only documentation we would need to update is the
        $(call print-help,html info pdf txt man,Build documentation in
specified format)
line in Makefile.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]