xref: /openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/meson.build (revision 7b5b4e82d394dcbbd8c5d50641eb9572b2121b50)
1# Generated file; do not modify.
2subdir('PEL')
3
4sdbusplus_current_path = 'org/open_power/Logging'
5
6generated_markdown += custom_target(
7    'org/open_power/Logging/PEL__markdown'.underscorify(),
8    input: [ '../../../../yaml/org/open_power/Logging/PEL.interface.yaml',  ],
9    output: [ 'PEL.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        'org/open_power/Logging/PEL',
17    ],
18    install: should_generate_markdown,
19    install_dir: [inst_markdown_dir / sdbusplus_current_path],
20    build_by_default: should_generate_markdown,
21)
22
23