mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-21 03:00:41 +02:00
merge: branch 'jv/fix-doc-deps'
build/meson: fix gtkdoc dependencies https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1801
This commit is contained in:
commit
02371a18b0
2 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@ if enable_introspection
|
|||
output: output,
|
||||
command: xsltproc_options + ['@INPUT@'],
|
||||
)
|
||||
content_files += input.full_path()
|
||||
content_files += input
|
||||
|
||||
output = '@0@.@1@'.format(man[0], man[1])
|
||||
|
||||
|
|
|
|||
|
|
@ -128,5 +128,5 @@ foreach docbook: docbooks
|
|||
build_by_default: true,
|
||||
)
|
||||
|
||||
content_files += xml.full_path()
|
||||
content_files += xml
|
||||
endforeach
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue