From a7052c6e5cc45a68353fc0cc3e6548ebd9a8f452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 21 Sep 2021 10:59:13 +0200 Subject: [PATCH] meson: fix creation of man pages indices Fixes #20795. Bug introduced in f12c5d36a9a162f833987b03fbf0b65248581cbb. --- man/meson.build | 1 + 1 file changed, 1 insertion(+) 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