|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r49993 - in sandbox/tools/auto_index/example: . math/doc/sf_and_dist
From: john_at_[hidden]
Date: 2008-11-28 12:28:31
Author: johnmaddock
Date: 2008-11-28 12:28:30 EST (Fri, 28 Nov 2008)
New Revision: 49993
URL: http://svn.boost.org/trac/boost/changeset/49993
Log:
Added math.pdf and readme.html.
Added:
sandbox/tools/auto_index/example/math/doc/sf_and_dist/math.pdf (contents, props changed)
sandbox/tools/auto_index/example/readme.html (contents, props changed)
Text files modified:
sandbox/tools/auto_index/example/math/doc/sf_and_dist/Jamfile.v2 | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: sandbox/tools/auto_index/example/math/doc/sf_and_dist/Jamfile.v2
==============================================================================
--- sandbox/tools/auto_index/example/math/doc/sf_and_dist/Jamfile.v2 (original)
+++ sandbox/tools/auto_index/example/math/doc/sf_and_dist/Jamfile.v2 2008-11-28 12:28:30 EST (Fri, 28 Nov 2008)
@@ -63,8 +63,10 @@
<format>pdf:<xsl:param>img.src.path=$(images_location)/
<format>pdf:<xsl:param>admon.graphics.path=$(images_location)/images/
<format>pdf:<xsl:param>draft.mode="no"
+ <format>pdf:<xsl:param>index.on.type=1
;
+install pdf-install : standalone : <install-type>PDF <location>. ;
Added: sandbox/tools/auto_index/example/math/doc/sf_and_dist/math.pdf
==============================================================================
Binary file. No diff available.
Added: sandbox/tools/auto_index/example/readme.html
==============================================================================
--- (empty file)
+++ sandbox/tools/auto_index/example/readme.html 2008-11-28 12:28:30 EST (Fri, 28 Nov 2008)
@@ -0,0 +1,17 @@
+<P>The following examples illustrating the use of auto_index are available from
+ here:</P>
+<UL>
+ <LI>
+ <A href="math/doc/sf_and_dist/html/index.html">Boost.Math documentation in HTML
+ format</A>: using auto_index's internal index generation.</LI>
+ <LI>
+ Boost.Math documentation in PDF format:
+ using the Docbook XSL stylesheets to generate the index.</LI>
+ <LI>
+ TypeTraits documentation in HTML format:
+ using auto_index's internal index generation.</LI>
+ <LI>
+ <A href="type_traits/doc/type_traits.pdf">TypeTraits documentation in PDF
+ format</A>: using the Docbook XSL stylesheets to generate the index.</LI></UL>
+<P> </P>
+<P> </P>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk