Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('BMC') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 3 | |
| 4 | sdbusplus_current_path = 'com/meta/Hardware' |
| 5 | |
| 6 | generated_markdown += custom_target( |
Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 7 | 'com/meta/Hardware/BMC__markdown'.underscorify(), |
| 8 | input: [ '../../../../yaml/com/meta/Hardware/BMC.interface.yaml', ], |
| 9 | output: [ 'BMC.md' ], |
| 10 | depend_files: sdbusplusplus_depfiles, |
| 11 | command: [ |
| 12 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 13 | '--output', meson.current_build_dir(), |
| 14 | '--tool', sdbusplusplus_prog, |
| 15 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 16 | 'com/meta/Hardware/BMC', |
| 17 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 18 | install: should_generate_markdown, |
| 19 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 20 | build_by_default: should_generate_markdown, |
Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 21 | ) |
| 22 | |