Changes required to build PDF versions of docs.

[SVN r78845]
This commit is contained in:
John Maddock
2012-06-07 12:32:56 +00:00
parent 27a8cf203e
commit 24ffb35f13

View File

@@ -11,6 +11,7 @@ using auto-index ;
import doxygen ;
import quickbook ;
path-constant here : . ;
doxygen autodoc
:
@@ -77,7 +78,7 @@ boostbook standalone
<format>html:<auto-index-internal>on
# Set the name of the script file to use (index.idx is popular):
<auto-index-script>index.idx
<auto-index-script>$(here)/index.idx
# Commands in the script file should all use RELATIVE PATHS
# otherwise the script will not be portable to other machines.
# Relative paths are normally taken as relative to the location
@@ -86,6 +87,9 @@ boostbook standalone
# The path specified by <auto-index-prefix> may be either relative or
# absolute, for example the following will get us up to the boost root
# directory for most Boost libraries:
<auto-index-prefix>"../../.."
<auto-index-prefix>"$(here)/../../.."
;
install : standalone : <name>intrusive.pdf <location>. <install-type>PDF <format>pdf ;