Patrick Williams | 0bb89f8 | 2021-04-16 16:30:04 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Logging') |
BonnieLo-wiwynn | 6f53366 | 2023-04-27 13:41:44 +0800 | [diff] [blame] | 3 | generated_others += custom_target( |
| 4 | 'xyz/openbmc_project/Logging__markdown'.underscorify(), |
| 5 | input: [ '../../../yaml/xyz/openbmc_project/Logging.errors.yaml', ], |
| 6 | output: [ 'Logging.md' ], |
| 7 | depend_files: sdbusplusplus_depfiles, |
| 8 | command: [ |
| 9 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 10 | '--output', meson.current_build_dir(), |
| 11 | '--tool', sdbusplusplus_prog, |
| 12 | '--directory', meson.current_source_dir() / '../../../yaml', |
| 13 | 'xyz/openbmc_project/Logging', |
| 14 | ], |
| 15 | ) |
| 16 | |