doc: fix graphviz scanning and processing

The doc build process copies files using script/extract-content.py from
outside of the doc/ folder (specifically content in the tools/ folders).
The script was not copying graphviz directive files.  This has been
fixed and the embedded graphviz directives are not (properly) stored in
separate image/*.dot files.

Note the extract-content.py file is derived from the Zephyr project.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-08-30 13:58:20 -07:00
committed by David Kinder
parent e49c42d698
commit 348422dba6
8 changed files with 152 additions and 97 deletions

View File

@@ -42,7 +42,7 @@ doxy:
$(Q)(cat acrn.doxyfile) | doxygen - > doc.log 2>&1
content:
$(Q)scripts/extract_content.py
$(Q)scripts/extract_content.py . tools
kconfig:
$(Q)srctree=../hypervisor \