Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('DeleteAll') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | |
| 4 | sdbusplus_current_path = 'xyz/openbmc_project/Collection' |
| 5 | |
| 6 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 7 | 'xyz/openbmc_project/Collection/DeleteAll__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 8 | input: [ |
| 9 | '../../../../yaml/xyz/openbmc_project/Collection/DeleteAll.interface.yaml', |
| 10 | ], |
| 11 | output: ['DeleteAll.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 12 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 13 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 14 | sdbuspp_gen_meson_prog, |
| 15 | '--command', |
| 16 | 'markdown', |
| 17 | '--output', |
| 18 | meson.current_build_dir(), |
| 19 | '--tool', |
| 20 | sdbusplusplus_prog, |
| 21 | '--directory', |
| 22 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 23 | 'xyz/openbmc_project/Collection/DeleteAll', |
| 24 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 25 | install: should_generate_markdown, |
| 26 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 27 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 28 | ) |
| 29 | |