blob: c80db64abf21fc78bcce619dd590018b8d9742db [file] [log] [blame]
George Liubddcf852021-09-08 08:46:22 +08001# Generated file; do not modify.
2subdir('Device')
3generated_others += custom_target(
4 'org/open_power/OCC/Device__markdown'.underscorify(),
Patrick Williamse2a58512022-09-13 11:26:57 -05005 input: [ '../../../../yaml/org/open_power/OCC/Device.errors.yaml', ],
George Liubddcf852021-09-08 08:46:22 +08006 output: [ 'Device.md' ],
Patrick Williamse2a58512022-09-13 11:26:57 -05007 depend_files: sdbusplusplus_depfiles,
George Liubddcf852021-09-08 08:46:22 +08008 command: [
9 sdbuspp_gen_meson_prog, '--command', 'markdown',
10 '--output', meson.current_build_dir(),
11 '--tool', sdbusplusplus_prog,
Patrick Williamse2a58512022-09-13 11:26:57 -050012 '--directory', meson.current_source_dir() / '../../../../yaml',
George Liubddcf852021-09-08 08:46:22 +080013 'org/open_power/OCC/Device',
14 ],
15)
16