]> git.ipfire.org Git - thirdparty/qemu.git/commit - meson.build
meson: sphinx-build
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 5 Aug 2020 13:49:10 +0000 (15:49 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Aug 2020 10:30:41 +0000 (06:30 -0400)
commitf8aa24ea9a82da38370470c6bc0eaa393999edfe
tree04db2c0cd380403f5d50a7605f79dbae5bf00661
parent5e6d1573b493a0ec4982a0fecd5169d38d997e4e
meson: sphinx-build

For now, sphinx is run on every invocation of make.  The previous mechanism
using $(wildcard) is not reproducible in Meson and was also brittle; for
example some .rst.inc files were left out.  The next patch will introduce
a Sphinx extension to emit a depfile.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
configure
docs/index.html.in
docs/meson.build [new file with mode: 0644]
meson.build
rules.mak