From 29ae675978a122ed265381c2d7edb3b9c497e525 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 27 Jun 2022 11:53:20 +0100 Subject: doc: Write absolute path to DTDS into XML catalog Signed-off-by: Simon McVittie --- doc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/meson.build b/doc/meson.build index 3b97f4bd..458dbacb 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -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}, ) ############################################################################### -- cgit v1.2.1