@@ -11,6 +11,7 @@ subdir('LocationCode')
1111subdir (' ManagedHost' )
1212subdir (' ManufacturerExt' )
1313subdir (' MeetsMinimumShipLevel' )
14+ subdir (' ReadyToRemove' )
1415subdir (' Replaceable' )
1516subdir (' Revision' )
1617subdir (' Slot' )
@@ -309,6 +310,30 @@ generated_markdown += custom_target(
309310 build_by_default : should_generate_markdown,
310311)
311312
313+ generated_markdown += custom_target (
314+ ' xyz/openbmc_project/Inventory/Decorator/ReadyToRemove__markdown' .underscorify(),
315+ input : [
316+ ' ../../../../../yaml/xyz/openbmc_project/Inventory/Decorator/ReadyToRemove.interface.yaml' ,
317+ ],
318+ output : [' ReadyToRemove.md' ],
319+ depend_files : sdbusplusplus_depfiles,
320+ command : [
321+ sdbuspp_gen_meson_prog,
322+ ' --command' ,
323+ ' markdown' ,
324+ ' --output' ,
325+ meson .current_build_dir(),
326+ ' --tool' ,
327+ sdbusplusplus_prog,
328+ ' --directory' ,
329+ meson .current_source_dir() / ' ../../../../../yaml' ,
330+ ' xyz/openbmc_project/Inventory/Decorator/ReadyToRemove' ,
331+ ],
332+ install : should_generate_markdown,
333+ install_dir : [inst_markdown_dir / sdbusplus_current_path],
334+ build_by_default : should_generate_markdown,
335+ )
336+
312337generated_markdown += custom_target (
313338 ' xyz/openbmc_project/Inventory/Decorator/Replaceable__markdown' .underscorify(),
314339 input : [
0 commit comments