############################################################
update_dbus_docs = custom_target(
- 'update-dbus-docs-impl',
output : 'update-dbus-docs',
command : [update_dbus_docs_py, '--build-dir', meson.project_build_root(), '@INPUT@'],
input : dbus_docs,
endif
update_man_rules = custom_target(
- 'update-man-rules-impl',
output : 'update-man-rules',
command : [update_man_rules_py,
'@0@/man/*.xml'.format(meson.project_source_root()),
endforeach
if mkosi.found()
- custom_target('mkosi',
+ custom_target(
build_always_stale : true,
build_by_default: false,
console : true,
- output : '.',
+ output : 'mkosi',
command : [
mkosi,
'--directory', meson.current_source_dir(),