diff options
Diffstat (limited to 'doc/koch.rst')
-rw-r--r-- | doc/koch.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/koch.rst b/doc/koch.rst index 01c690816..c92e29812 100644 --- a/doc/koch.rst +++ b/doc/koch.rst @@ -81,3 +81,10 @@ be rerun in serial fashion so that meaningful error output can be gathered for inspection. The ``--parallelBuild:n`` switch or configuration option can be used to force a specific number of parallel jobs or run everything serially from the start (``n == 1``). + +pdf command +----------- + +The `pdf`:idx: command builds PDF versions of Nim documentation: Manual, +Tutorial and a few other documents. To run it one needs to +`install Latex/pdflatex <https://www.latex-project.org/get>`_ first. |