blob: 1e5653989ce05d4185a06f2231698710dea76a84 [file] [log] [blame]
Patrick Williams0bb89f82021-04-16 16:30:04 -05001# Generated file; do not modify.
2subdir('Logging')
BonnieLo-wiwynn6f533662023-04-27 13:41:44 +08003generated_others += custom_target(
4 'xyz/openbmc_project/Logging__markdown'.underscorify(),
5 input: [ '../../../yaml/xyz/openbmc_project/Logging.errors.yaml', ],
6 output: [ 'Logging.md' ],
7 depend_files: sdbusplusplus_depfiles,
8 command: [
9 sdbuspp_gen_meson_prog, '--command', 'markdown',
10 '--output', meson.current_build_dir(),
11 '--tool', sdbusplusplus_prog,
12 '--directory', meson.current_source_dir() / '../../../yaml',
13 'xyz/openbmc_project/Logging',
14 ],
15)
16