On Wed, Feb 19, 2020 at 05:57:16PM +0000, Peter Maydell wrote: > On Wed, 19 Feb 2020 at 16:40, Kashyap Chamarthy <kcham...@redhat.com> wrote: > > Peter, how are you able to generate those *.7 `nroff` man pages? When I > > do 'make sphinxbuild' from my build dir ($HOME/buld/qemu), I only see: > > Just run 'make'.
I did that, but I was missing the "--enable-docs" with my `configure` invocation (which I didn't post in full on the list, but only on IRC yesterday). Thanks, Markus, for spotting that. $> cd ~/build/qemu $> ~/src/qemu//configure --target-list=x86_64-softmmu \ --enable-debug --enable-docs $> make -j8 That did the trick: # From the build dir $> find -name \*.7 ./docs/interop/qemu-ga-ref.7 ./docs/interop/qemu-qmp-ref.7 ./docs/system/qemu-block-drivers.7 ./docs/system/qemu-cpu-models.7 > As with the existing texinfo manpages, there > is no specific makefile target for "build the manpages and > nothing else". Yeah, noticed that from the Makefile. All sorted now, thanks! > thanks > -- PMM > -- /kashyap