blob: 42146f4b6ecde3d49e045d7e9a5654ea3ca54c15 [file] [log] [blame]
Patrick Williams0bb89f82021-04-16 16:30:04 -05001# Generated file; do not modify.
2subdir('Manager')
3generated_others += custom_target(
4 'xyz/openbmc_project/Logging/Internal/Manager__markdown'.underscorify(),
Patrick Williamsf2131442022-09-13 11:12:59 -05005 input: [ '../../../../../yaml/xyz/openbmc_project/Logging/Internal/Manager.interface.yaml', ],
Patrick Williams0bb89f82021-04-16 16:30:04 -05006 output: [ 'Manager.md' ],
Patrick Williams1d038d52022-09-12 10:56:30 -05007 depend_files: sdbusplusplus_depfiles,
Patrick Williams0bb89f82021-04-16 16:30:04 -05008 command: [
9 sdbuspp_gen_meson_prog, '--command', 'markdown',
10 '--output', meson.current_build_dir(),
11 '--tool', sdbusplusplus_prog,
Patrick Williamsf2131442022-09-13 11:12:59 -050012 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williams0bb89f82021-04-16 16:30:04 -050013 'xyz/openbmc_project/Logging/Internal/Manager',
14 ],
Patrick Williams0bb89f82021-04-16 16:30:04 -050015)
16