Merge changes from trunk:

Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line.
So "bjam pdfinstall" will now build and install the PDF to the current directory.
This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit).


[SVN r79500]
This commit is contained in:
John Maddock
2012-07-14 16:05:50 +00:00
parent 2829e75c44
commit c5de943676

View File

@@ -85,5 +85,5 @@ boostbook standalone
<format>pdf:<xsl:param>admon.graphics.extension=".svg"
;
install pdf-install : standalone : <install-type>PDF <location>. <name>container.pdf ;
explicit pdf-install ;
install pdfinstall : standalone/<format>pdf : <install-type>PDF <location>. <name>container.pdf ;
explicit pdfinstall ;