From 5aaba307a6c35a6f0b19330178bfc830aec4da75 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 23 Aug 2009 10:07:25 +0000 Subject: [PATCH] Add depencies on doxygen documentation to standalone documentation targets. This seems to be needed for building pdfs. [SVN r55729] --- doc/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 2e166bd..41c0dcc 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -11,4 +11,5 @@ boostbook tribool tribool.boostbook : pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html + reference ;