meson: fix creation of man pages indices

Fixes #20795. Bug introduced in f12c5d36a9.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-09-21 10:59:13 +02:00 committed by Luca Boccassi
parent e7f46ee3ae
commit a7052c6e5c

View file

@ -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