blob: 63f4c551a66798982e0147053f2c06c64f34b237 [file] [log] [blame]
# Generated file; do not modify.
subdir('PEL')
generated_others += custom_target(
'org/open_power/Logging/PEL__markdown'.underscorify(),
input: [ '../../../../yaml/org/open_power/Logging/PEL.interface.yaml', ],
output: [ 'PEL.md' ],
depend_files: sdbusplusplus_depfiles,
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.current_source_dir() / '../../../../yaml',
'org/open_power/Logging/PEL',
],
)