]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: fix creation of man pages indices
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 21 Sep 2021 08:59:13 +0000 (10:59 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 21 Sep 2021 14:36:46 +0000 (15:36 +0100)
Fixes #20795. Bug introduced in f12c5d36a9a162f833987b03fbf0b65248581cbb.

man/meson.build

index 4132f826a8962de7784f35dbcf02f45578ce2a0a..f259ab8eb4f66abf57f55e1508dac47161f5f001 100644 (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