blob: 4d570026fec2c011e2dfa8500f89ef0c3f14ff7a [file] [log] [blame]
John Edward Broadbent2b2784a2022-02-03 19:54:34 -08001# Generated file; do not modify.
2subdir('Hoth')
Patrick Williams7f154002025-01-03 10:12:23 -05003
4sdbusplus_current_path = 'com/google/gbmc'
5
6generated_markdown += custom_target(
John Edward Broadbent2b2784a2022-02-03 19:54:34 -08007 'com/google/gbmc/Hoth__markdown'.underscorify(),
Patrick Williams43006dd2024-09-19 16:38:01 -04008 input: [ '../../../../yaml/com/google/gbmc/Hoth.errors.yaml', '../../../../yaml/com/google/gbmc/Hoth.interface.yaml', ],
John Edward Broadbent2b2784a2022-02-03 19:54:34 -08009 output: [ 'Hoth.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050010 depend_files: sdbusplusplus_depfiles,
John Edward Broadbent2b2784a2022-02-03 19:54:34 -080011 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/google/gbmc/Hoth',
17 ],
Patrick Williams7f154002025-01-03 10:12:23 -050018 install: should_generate_markdown,
19 install_dir: [inst_markdown_dir / sdbusplus_current_path],
20 build_by_default: should_generate_markdown,
John Edward Broadbent2b2784a2022-02-03 19:54:34 -080021)
22