Re: [PATCH 1/3] doc-rst: generic way to build PDF of sub-folders

2016-11-02 Thread Jani Nikula
On Wed, 02 Nov 2016, Markus Heiser wrote: > Am 02.11.2016 um 12:43 schrieb Jani Nikula : > >> On Wed, 24 Aug 2016, Markus Heiser wrote: >>> From: Markus Heiser >>> >>> This extends the method to build only sub-folders to the targets >>> "latexdocs" and "pdfdocs". To do so, a conf.py in the sub-

Re: [PATCH 1/3] doc-rst: generic way to build PDF of sub-folders

2016-11-02 Thread Markus Heiser
Am 02.11.2016 um 12:43 schrieb Jani Nikula : > On Wed, 24 Aug 2016, Markus Heiser wrote: >> From: Markus Heiser >> >> This extends the method to build only sub-folders to the targets >> "latexdocs" and "pdfdocs". To do so, a conf.py in the sub-folder is >> required, where the latex_documents o

Re: [PATCH 1/3] doc-rst: generic way to build PDF of sub-folders

2016-11-02 Thread Jani Nikula
On Wed, 24 Aug 2016, Markus Heiser wrote: > From: Markus Heiser > > This extends the method to build only sub-folders to the targets > "latexdocs" and "pdfdocs". To do so, a conf.py in the sub-folder is > required, where the latex_documents of the sub-folder are > defined. E.g. to build only gpu'

[PATCH 1/3] doc-rst: generic way to build PDF of sub-folders

2016-08-24 Thread Markus Heiser
From: Markus Heiser This extends the method to build only sub-folders to the targets "latexdocs" and "pdfdocs". To do so, a conf.py in the sub-folder is required, where the latex_documents of the sub-folder are defined. E.g. to build only gpu's PDF add the following to the Documentation/gpu/conf.