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 be710a76be
commit 67c6803f60

View File

@@ -28,5 +28,5 @@ boostbook doc : qbk
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/functional/overloaded_function/doc/html <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/functional/overloaded_function/doc/html
; ;
install pdf-install : doc : <location>. <install-type>PDF <name>overloaded_function.pdf ; install pdfinstall : doc/<format>pdf : <location>. <install-type>PDF <name>overloaded_function.pdf ;
explicit pdf-install ; explicit pdfinstall ;