summaryrefslogtreecommitdiff
path: root/doc/Jamfile.v2
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2008-09-24 22:55:00 +0000
committerDaniel James <daniel@calamity.org.uk>2008-09-24 22:55:00 +0000
commitdf6725645688f6d9bf5651e699b25bc77929d186 (patch)
tree42043d8b17ab79c41edc815ed332001450641ab3 /doc/Jamfile.v2
parent22b246d8c313b3c3f46c1900f5d6eebeea4485f9 (diff)
parent9af3c94ecc6aa2ae48e66c363f8950154c3656b3 (diff)
downloadboost-df6725645688f6d9bf5651e699b25bc77929d186.tar.gz
Merge some documentation changes.
Merged revisions 48927-48930,48934,48938 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r48927 | danieljames | 2008-09-23 20:29:01 +0100 (Tue, 23 Sep 2008) | 5 lines Rewrite the id code to convert the characters of parts of the id at the time of generating the id. This means that characters are translated to underscores for ids as well as for filenames, since in the eventual documents they have to be percent encoded this is probably an approvement. It also lets us deal with the translation more intelligently and truncate long identifiers. ........ r48928 | danieljames | 2008-09-23 20:42:06 +0100 (Tue, 23 Sep 2008) | 1 line Copy extra images from quickbook to the combined documentation. ........ r48929 | danieljames | 2008-09-23 20:44:20 +0100 (Tue, 23 Sep 2008) | 1 line Change quickbook so that the links are relative to the combined documentation. ........ r48930 | danieljames | 2008-09-23 20:44:39 +0100 (Tue, 23 Sep 2008) | 1 line Remove the prebuilt version of quickbook. ........ [SVN r48957]
Diffstat (limited to 'doc/Jamfile.v2')
-rw-r--r--doc/Jamfile.v23
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2
index af72ec62b9..7c316a344c 100644
--- a/doc/Jamfile.v2
+++ b/doc/Jamfile.v2
@@ -69,11 +69,14 @@ boostbook doc
<dependency>css
<dependency>images
+ <dependency>callouts
;
install css : [ glob src/*.css ] : <location>html ;
explicit css ;
install images : [ glob src/images/*.png ] : <location>html/images ;
explicit images ;
+install callouts : [ glob src/images/callouts/*.png ] : <location>html/images/callouts ;
+explicit callouts ;