blob: 044d1814e9f4cfddd8cbf4e640e9f543d557b070 [file] [log] [blame]
Patrick Williams0bb89f82021-04-16 16:30:04 -05001# Generated file; do not modify.
2subdir('Manager')
3generated_others += custom_target(
4 'xyz/openbmc_project/Logging/Internal/Manager__markdown'.underscorify(),
William A. Kennington III8bcadac2021-06-10 15:44:54 -07005 input: [ '../../../../../xyz/openbmc_project/Logging/Internal/Manager.interface.yaml', ],
Patrick Williams0bb89f82021-04-16 16:30:04 -05006 output: [ 'Manager.md' ],
7 command: [
8 sdbuspp_gen_meson_prog, '--command', 'markdown',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
William A. Kennington III8bcadac2021-06-10 15:44:54 -070011 '--directory', meson.current_source_dir() / '../../../../..',
Patrick Williams0bb89f82021-04-16 16:30:04 -050012 'xyz/openbmc_project/Logging/Internal/Manager',
13 ],
Patrick Williams0bb89f82021-04-16 16:30:04 -050014)
15