1# Generated file; do not modify. 2subdir('PEL') 3 4sdbusplus_current_path = 'org/open_power/Logging' 5 6generated_markdown += custom_target( 7 'org/open_power/Logging/PEL__markdown'.underscorify(), 8 input: ['../../../../yaml/org/open_power/Logging/PEL.interface.yaml'], 9 output: ['PEL.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/Logging/PEL', 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