mirror of
https://github.com/boostorg/container.git
synced 2025-08-03 06:24:26 +02:00
Update Jamfiles and build scripts for PDF generation.
Set local_function image DPI's for better PDF builds. [SVN r78849]
This commit is contained in:
@@ -13,6 +13,7 @@ import quickbook ;
|
|||||||
using auto-index ;
|
using auto-index ;
|
||||||
|
|
||||||
path-constant images_location : html ;
|
path-constant images_location : html ;
|
||||||
|
path-constant here : . ;
|
||||||
|
|
||||||
doxygen autodoc
|
doxygen autodoc
|
||||||
:
|
:
|
||||||
@@ -70,7 +71,7 @@ boostbook standalone
|
|||||||
<format>html:<auto-index-internal>on
|
<format>html:<auto-index-internal>on
|
||||||
|
|
||||||
# Set the name of the script file to use (index.idx is popular):
|
# 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
|
# Commands in the script file should all use RELATIVE PATHS
|
||||||
# otherwise the script will not be portable to other machines.
|
# otherwise the script will not be portable to other machines.
|
||||||
# Relative paths are normally taken as relative to the location
|
# Relative paths are normally taken as relative to the location
|
||||||
@@ -79,6 +80,14 @@ boostbook standalone
|
|||||||
# The path specified by <auto-index-prefix> may be either relative or
|
# 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
|
# absolute, for example the following will get us up to the boost root
|
||||||
# directory for most Boost libraries:
|
# directory for most Boost libraries:
|
||||||
<auto-index-prefix>"../../.."
|
<auto-index-prefix>"$(here)/../../.."
|
||||||
|
|
||||||
|
<format>pdf:<xsl:param>admon.graphics.extension=".svg"
|
||||||
;
|
;
|
||||||
|
|
||||||
|
install pdf-install : standalone : <install-type>PDF <location>. <name>container.pdf ;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user