xref: /openbmc/phosphor-logging/gen/xyz/openbmc_project/Logging/Internal/meson.build (revision 963683ac3239bc662f1ced7402d5b8224bc6651f)
1# Generated file; do not modify.
2subdir('Manager')
3
4sdbusplus_current_path = 'xyz/openbmc_project/Logging/Internal'
5
6generated_markdown += custom_target(
7    'xyz/openbmc_project/Logging/Internal/Manager__markdown'.underscorify(),
8    input: [
9        '../../../../../yaml/xyz/openbmc_project/Logging/Internal/Manager.interface.yaml',
10    ],
11    output: ['Manager.md'],
12    depend_files: sdbusplusplus_depfiles,
13    command: [
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',
23        'xyz/openbmc_project/Logging/Internal/Manager',
24    ],
25    install: should_generate_markdown,
26    install_dir: [inst_markdown_dir / sdbusplus_current_path],
27    build_by_default: should_generate_markdown,
28)
29
30