From: Zbigniew Jędrzejewski-Szmek Date: Tue, 21 Sep 2021 08:59:13 +0000 (+0200) Subject: meson: fix creation of man pages indices X-Git-Tag: v250-rc1~647 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7052c6e5cc45a68353fc0cc3e6548ebd9a8f452;p=thirdparty%2Fsystemd.git meson: fix creation of man pages indices Fixes #20795. Bug introduced in f12c5d36a9a162f833987b03fbf0b65248581cbb. --- diff --git a/man/meson.build b/man/meson.build index 4132f826a89..f259ab8eb4f 100644 --- a/man/meson.build +++ b/man/meson.build @@ -58,6 +58,7 @@ foreach tuple : manpages if condition == '' or conf.get(condition) == 1 file = files(tuple[0] + '.xml') + source_xml_files += file if tuple[0].startswith('org.freedesktop.') dbus_docs += file endif