zephyr/doc/scripts
Daniel Leung 9945e7fda0 doc: add ability to generate PDF
This adds new targets to generate build documentation through
LaTEX to PDF.

There are a few notes:

1. pdflatex complains about the tex file generated by doxygen
   so it needs to be fixed with a Python script before feeding
   in through pdflatex.

2. SVG files are not recognized by pdflatex so they are converted
   to known good format on the fly, only for producing PDF. This
   uses the libRSVG's rsvg-convert tool.

Relates to #6782.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2018-08-29 18:16:56 -04:00
..
extract_content.py doc: Copy all doc/ contents and not just .rst files 2018-08-06 21:56:57 +02:00
fix_tex.py doc: add ability to generate PDF 2018-08-29 18:16:56 -04:00
genrest.py Kconfig: Show include paths in menuconfig and documentation 2018-08-26 09:47:20 -07:00