From 9d5e37e7f9886ab0beaf22bf30befd6ae196befa Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 7 Nov 2016 20:50:23 +0000 Subject: [PATCH] Fix outdated info in Doc Makefile about pdf file generation --- Doc/Manual/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Doc/Manual/Makefile b/Doc/Manual/Makefile index fb5f67c06..ee9a0af34 100644 --- a/Doc/Manual/Makefile +++ b/Doc/Manual/Makefile @@ -1,10 +1,12 @@ # Makefile for generating the SWIG documentation # -# Note that the htmldoc package needs to be installed, but requires patching (using the -# margin-left.patch file from this directory) in order to correctly generate the pdf docs. +# Note that the htmldoc package needs to be installed. wkhtmltopdf patched with qt is also required +# and can be installed from http://wkhtmltopdf.org/downloads.html. +# # The .html files are first processed and updated with chapter numbering and anchor names # are added to the HTML headings using the python scripts. The htmldoc program is then -# used to generate the PDF document and single page HTML version of the documentation. +# used to generate the single page HTML version of the documentation. +# wkhtmltopdf is used to generate the pdf document from the single page html file. # HTML TIDY (package also known as tidy) is also required and is used as an aid to HTML # validation. #