
On Wed, Nov 20, 2019 at 03:28:41PM +0000, Daniel P. Berrangé wrote:
There were a few problems in the docs build from the vpath build
https://www.redhat.com/archives/libvir-list/2019-November/msg00308.html
- We can't browse the website from the build dir - Including of the acl permissions was broken
This series fixes those two problems and also fixes the generation of API reference docs for admin, qemu & lxc APIs.
Finally there's a bunch of cleanups / simplifications in build rules
Daniel P. Berrangé (7): docs: stop using custom rules for building / installing web pages Drop building of API -refs.xml files docs: use variable for referencing API XML filenames docs: generate API reference pages for admin, qemu & lxc libraries docs: remove unused make targets docs: fix ability to view web pages from build tree docs: fix include of ACL permissions files
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>