From a201cbe64621478f48d5a076bec7c95eb4de0caf Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 7 Jun 2012 12:32:56 +0000 Subject: [PATCH] Changes required to build PDF versions of docs. [SVN r78845] --- identity_type/doc/Jamfile.v2 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/identity_type/doc/Jamfile.v2 b/identity_type/doc/Jamfile.v2 index 1fa4cc7..0e1dd1b 100644 --- a/identity_type/doc/Jamfile.v2 +++ b/identity_type/doc/Jamfile.v2 @@ -29,3 +29,16 @@ boostbook doc : index boost.root=../../../../.. ; +# +# This is very imperfect - it results in both html and pdf docs being built, +# for some reason I can't get the "onehtml" format specified above to play nice +# with the usual incantations for mixed pdf/html builds. JM 06/2012. +# +boostbook pdf_doc : index + : + pdf + html:no + ; + +install pdf_doc_install : pdf_doc : . identity_type.pdf PDF ; +