[libvirt] [PATCH 0/7] docs: fix various problems in docs and cleanup rules

Daniel P. Berrangé posted 7 patches 4 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20191120152848.2991100-1-berrange@redhat.com
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(-)
[libvirt] [PATCH 0/7] docs: fix various problems in docs and cleanup rules
Posted by Daniel P. Berrangé 4 years, 4 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/7] docs: fix various problems in docs and cleanup rules
Posted by Pavel Hrdina 4 years, 4 months ago
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>
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list