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
docs/Makefile.am | 180 +++++++++++++++++++++++-----------------------
docs/apibuild.py | 170 -------------------------------------------
docs/docs.html.in | 4 ++
docs/newapi.xsl | 14 ++--
docs/page.xsl | 4 +-
5 files changed, 103 insertions(+), 269 deletions(-)
--
2.23.0