1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00

meson: fix creation of man pages indices

Fixes #20795. Bug introduced in f12c5d36a9a162f833987b03fbf0b65248581cbb.
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