diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/meson.build b/man/meson.build index ff36d26cb4..900bb2a3af 100644 --- a/man/meson.build +++ b/man/meson.build @@ -113,6 +113,7 @@ systemd_directives_xml = custom_target( 'systemd.directives.xml', input : ['directives-template.xml', source_xml_files], output : 'systemd.directives.xml', + depends : custom_entities_ent, command : [make_directive_index_py, '@OUTPUT@', '@INPUT@']) nonindex_xml_files = source_xml_files + [systemd_directives_xml] |