Peter Maydell <peter.mayd...@linaro.org> writes: > On Tue, 29 Sep 2020 at 09:42, Markus Armbruster <arm...@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.
Yes. > 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. I'll give it a try.