mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
meson: docs: copy asset data to build dir
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:
@@ -287,3 +287,10 @@ foreach data : docs_html_in_gen
|
||||
install_dir: docs_html_dir,
|
||||
)
|
||||
endforeach
|
||||
|
||||
|
||||
# This hack enables us to view the web pages
|
||||
# from within the uninstalled build tree
|
||||
foreach file : docs_assets
|
||||
configure_file(input: file, output: file, copy: true)
|
||||
endforeach
|
||||
|
||||
Reference in New Issue
Block a user