mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
docs: Introduce $(devhelphtml_generated)
Our XSLT magic generates one Devhelp-compatible HTML file per documentation module, but so far we have only shipped and installed documentation for virterror. Now that we have $(modules), however, we can generate the list of files the same way we do for regular documentation and make sure we always ship and install everything. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Acked-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
78b748b94b
commit
ca6f602546
@ -52,7 +52,11 @@ devhelphtml = \
|
|||||||
devhelp/libvirt.devhelp \
|
devhelp/libvirt.devhelp \
|
||||||
devhelp/index.html \
|
devhelp/index.html \
|
||||||
devhelp/general.html \
|
devhelp/general.html \
|
||||||
devhelp/libvirt-virterror.html
|
$(devhelphtml_generated)
|
||||||
|
|
||||||
|
devhelphtml_generated = \
|
||||||
|
$(addprefix devhelp/libvirt-,$(addsuffix .html,$(modules))) \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
css = \
|
css = \
|
||||||
generic.css \
|
generic.css \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user