Fix outdated info in Doc Makefile about pdf file generation
This commit is contained in:
parent
0a22fa0df1
commit
9d5e37e7f9
1 changed files with 5 additions and 3 deletions
|
|
@ -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.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue