]> xenbits.xensource.com Git - libvirt.git/commit
docs: ensure HTML/images are built before running reference tests
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 7 May 2024 12:04:24 +0000 (13:04 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 9 May 2024 08:20:29 +0000 (09:20 +0100)
commit632eb94e4349780c1272ba2a072927f677486da0
treefe7c6b2007923c3f3f524d644cf5cd78a41f6b74
parenta47e73d6e76c85b0897e3cccaf0a58ed3c367664
docs: ensure HTML/images are built before running reference tests

The 'check-html-references' test will process the built HTML files,
so they must exist before it is run, along with any images that
they point to.

If using the older 'configure_file' command, no changes are needed
since that always gets executed at 'meson setup' time, rather than
at 'meson compile' time.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/images/meson.build
docs/logos/meson.build
docs/meson.build