aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRenĂ© Korthaus <[email protected]>2017-03-16 17:12:47 +0100
committerRenĂ© Korthaus <[email protected]>2017-03-16 17:12:47 +0100
commitc4d78dfb19ba082a224d68515fdf249c9b853904 (patch)
treef094893ab28317aeb299c7f960b8405cdddd2791 /doc
parent6bfc86924d6d20f8cdeb832f40be224a03d00858 (diff)
Provide the handbook as a PDF download
Extends the website script to include a link to the manual as a PDF file for download. Also includes links to search and index only for html, as it does not work for latex.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/index.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/manual/index.rst b/doc/manual/index.rst
index 82d5068b4..b27761d37 100644
--- a/doc/manual/index.rst
+++ b/doc/manual/index.rst
@@ -6,7 +6,13 @@ If you need to build the library first, start with :doc:`building`.
Some Linux distributions include packages for Botan, so building from
source may not be required on your system.
-The :ref:`genindex` and :ref:`search` may be useful to get started.
+.. only:: html
+
+ The :ref:`genindex` and :ref:`search` may be useful to get started.
+
+.. only:: html and website
+
+ You can also download this manual as a :download:`PDF <../../latex/botan.pdf>`.
Books and other references
----------------------------