mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 13:47:13 +03:00
meson: docs: introduce XSL files
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
parent
5c695838fb
commit
4f577f74f6
@ -43,6 +43,11 @@ docs_timestamp = run_command(
|
|||||||
python3_prog, meson_timestamp_prog.path(), env: runutf8
|
python3_prog, meson_timestamp_prog.path(), env: runutf8
|
||||||
).stdout().strip()
|
).stdout().strip()
|
||||||
|
|
||||||
|
site_xsl = files('site.xsl')
|
||||||
|
subsite_xsl = files('subsite.xsl')
|
||||||
|
page_xsl = files('page.xsl')
|
||||||
|
newapi_xsl = files('newapi.xsl')
|
||||||
|
|
||||||
docs_api_generated = custom_target(
|
docs_api_generated = custom_target(
|
||||||
'generate-api',
|
'generate-api',
|
||||||
output: [
|
output: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user