mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
meson: fix creation of man pages indices
Fixes #20795. Bug introduced in f12c5d36a9.
This commit is contained in:
committed by
Luca Boccassi
parent
e7f46ee3ae
commit
a7052c6e5c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user