projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7f46ee
)
meson: fix creation of man pages indices
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 21 Sep 2021 08:59:13 +0000
(10:59 +0200)
committer
Luca 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
patch
|
blob
|
history
diff --git
a/man/meson.build
b/man/meson.build
index 4132f826a8962de7784f35dbcf02f45578ce2a0a..f259ab8eb4f66abf57f55e1508dac47161f5f001 100644
(file)
--- 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