From 45648b5149aa4202ad6278855787ef9327761c2a Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 11 Jun 2012 01:33:10 +0000 Subject: [PATCH] Make the new pdf install rules explicit, and fix intrusive's. [SVN r78877] --- doc/Jamfile.v2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index f3cef42..f0007e9 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -91,5 +91,5 @@ boostbook standalone ; -install : standalone : intrusive.pdf . PDF pdf ; - +install pdf-install : standalone : intrusive.pdf . PDF pdf ; +explicit pdf-install ;