1# Generated file; do not modify. 2subdir('Callout') 3 4sdbusplus_current_path = 'org/open_power/Common' 5 6generated_markdown += custom_target( 7 'org/open_power/Common/Callout__markdown'.underscorify(), 8 input: ['../../../../yaml/org/open_power/Common/Callout.errors.yaml'], 9 output: ['Callout.md'], 10 depend_files: sdbusplusplus_depfiles, 11 command: [ 12 sdbuspp_gen_meson_prog, 13 '--command', 14 'markdown', 15 '--output', 16 meson.current_build_dir(), 17 '--tool', 18 sdbusplusplus_prog, 19 '--directory', 20 meson.current_source_dir() / '../../../../yaml', 21 'org/open_power/Common/Callout', 22 ], 23 install: should_generate_markdown, 24 install_dir: [inst_markdown_dir / sdbusplus_current_path], 25 build_by_default: should_generate_markdown, 26) 27 28