Re: [PATCH 2/2] Add PDF output

2018-05-16 Thread Rob Herring
On Mon, May 14, 2018 at 6:34 PM, Grant Likely wrote: > Use Sphinx-doc to generate PDF output from the source text. With Sphinx > installed, a PDF version of the document can be generated by typing: > 'make latexpdf' > > Signed-off-by: Grant Likely >

[PATCH 2/2] Add PDF output

2018-05-14 Thread Grant Likely
Use Sphinx-doc to generate PDF output from the source text. With Sphinx installed, a PDF version of the document can be generated by typing: 'make latexpdf' Signed-off-by: Grant Likely --- .gitignore | 1 + Makefile| 20 +++ README.rst | 56