1# Generated file; do not modify. 2subdir('DevicePresence') 3subdir('Modbus') 4subdir('PLDM') 5 6sdbusplus_current_path = 'xyz/openbmc_project/Inventory/Source' 7 8generated_markdown += custom_target( 9 'xyz/openbmc_project/Inventory/Source/DevicePresence__markdown'.underscorify(), 10 input: [ 11 '../../../../../yaml/xyz/openbmc_project/Inventory/Source/DevicePresence.interface.yaml', 12 ], 13 output: ['DevicePresence.md'], 14 depend_files: sdbusplusplus_depfiles, 15 command: [ 16 sdbuspp_gen_meson_prog, 17 '--command', 18 'markdown', 19 '--output', 20 meson.current_build_dir(), 21 '--tool', 22 sdbusplusplus_prog, 23 '--directory', 24 meson.current_source_dir() / '../../../../../yaml', 25 'xyz/openbmc_project/Inventory/Source/DevicePresence', 26 ], 27 install: should_generate_markdown, 28 install_dir: [inst_markdown_dir / sdbusplus_current_path], 29 build_by_default: should_generate_markdown, 30) 31 32