mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 03:48:02 +02:00
doc: Write absolute path to DTDS into XML catalog
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
77312171b9
commit
29ae675978
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ configure_file(
|
|||
input: 'catalog.xml.in',
|
||||
output: 'catalog.xml',
|
||||
install_dir: xml_dir,
|
||||
configuration: {'DBUS_DTD_DIR': xml_dir},
|
||||
configuration: {'DBUS_DTD_DIR': get_option('prefix') / xml_dir},
|
||||
)
|
||||
|
||||
###############################################################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue