mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 10:05:31 +00: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
|
||||
).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(
|
||||
'generate-api',
|
||||
output: [
|
||||
|
Loading…
Reference in New Issue
Block a user