blob: c067c350fc43fd65dc557bdb89d56c9446fefe98 [file] [log] [blame]
William A. Kennington III0a01b2a2021-05-13 18:38:57 -07001# Generated file; do not modify.
2subdir('Create')
3generated_others += custom_target(
4 'xyz/openbmc_project/Network/VLAN/Create__markdown'.underscorify(),
William A. Kennington IIIbdbbfb62021-05-19 14:06:04 -07005 input: [ '../../../../../yaml/xyz/openbmc_project/Network/VLAN/Create.interface.yaml', ],
William A. Kennington III0a01b2a2021-05-13 18:38:57 -07006 output: [ 'Create.md' ],
William A. Kennington III4b604172022-09-20 13:13:54 -07007 depend_files: sdbusplusplus_depfiles,
William A. Kennington III0a01b2a2021-05-13 18:38:57 -07008 command: [
9 sdbuspp_gen_meson_prog, '--command', 'markdown',
10 '--output', meson.current_build_dir(),
11 '--tool', sdbusplusplus_prog,
William A. Kennington IIIbdbbfb62021-05-19 14:06:04 -070012 '--directory', meson.current_source_dir() / '../../../../../yaml',
William A. Kennington III0a01b2a2021-05-13 18:38:57 -070013 'xyz/openbmc_project/Network/VLAN/Create',
14 ],
William A. Kennington III0a01b2a2021-05-13 18:38:57 -070015)
16