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]
|
@ -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 ;
|
||||
|
||||
|
||||
|
|
BIN
doc/src/images/alert.png
Normal file
After Width: | Height: | Size: 603 B |
BIN
doc/src/images/callouts/1.png
Normal file
After Width: | Height: | Size: 391 B |
BIN
doc/src/images/callouts/10.png
Normal file
After Width: | Height: | Size: 485 B |
BIN
doc/src/images/callouts/11.png
Normal file
After Width: | Height: | Size: 410 B |
BIN
doc/src/images/callouts/12.png
Normal file
After Width: | Height: | Size: 488 B |
BIN
doc/src/images/callouts/13.png
Normal file
After Width: | Height: | Size: 509 B |
BIN
doc/src/images/callouts/14.png
Normal file
After Width: | Height: | Size: 499 B |
BIN
doc/src/images/callouts/15.png
Normal file
After Width: | Height: | Size: 507 B |
BIN
doc/src/images/callouts/2.png
Normal file
After Width: | Height: | Size: 446 B |
BIN
doc/src/images/callouts/3.png
Normal file
After Width: | Height: | Size: 431 B |
BIN
doc/src/images/callouts/4.png
Normal file
After Width: | Height: | Size: 441 B |
BIN
doc/src/images/callouts/5.png
Normal file
After Width: | Height: | Size: 423 B |
BIN
doc/src/images/callouts/6.png
Normal file
After Width: | Height: | Size: 431 B |
BIN
doc/src/images/callouts/7.png
Normal file
After Width: | Height: | Size: 397 B |
BIN
doc/src/images/callouts/8.png
Normal file
After Width: | Height: | Size: 434 B |
BIN
doc/src/images/callouts/9.png
Normal file
After Width: | Height: | Size: 420 B |
BIN
doc/src/images/smiley.png
Normal file
After Width: | Height: | Size: 867 B |
|
@ -1 +1 @@
|
|||
Subproject commit 216e499a5169717a1925af715ad64b792acea12f
|
||||
Subproject commit 50c6d2277e7be0cae5e165557b529ada30b3ae83
|
|
@ -1 +1 @@
|
|||
Subproject commit ec0c61a8f0fe5ac299325ff10ae22f0a73dbd27f
|
||||
Subproject commit 28dd9943324e96f1a6029bef7f7d83c29458229a
|