# (C) Copyright 2009 - 2012 : Karsten Ahnert, Mario Mulansky
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)


import quickbook ;
import boostbook ;
import doxygen ;

project
    : requirements
    ;


#xml odeint_xml
#    : 
#    odeint.qbk
#    ;

boostbook odeint
:
        odeint.qbk
:
          <xsl:param>navig.graphics=1
          <xsl:param>boost.root=../../../..
          <xsl:param>chunk.section.depth=2
          <xsl:param>chunk.first.sections=1
          <xsl:param>toc.section.depth=2
          <xsl:param>toc.max.depth=2
          <xsl:param>generate.section.toc.level=3
#        <xsl:param>chunk.section.depth=10
#        <xsl:param>chunk.first.sections=1
#        <xsl:param>toc.section.depth=10
#        <xsl:param>toc.max.depth=4
#        <xsl:param>generate.section.toc.level=10
        
;

#install doc
#        : [ glob-tree *.html *.jpg *.css ]
#        : <location>../../../../doc/ <install-source-root>html
#        ;


# doxygen reference.doxy
# cd xml
# xsltproc combine.xsd index.xml > all.xml
# cd ..
# xsltproc /photon/karsten_local/boost/boost_1_45_0/tools/boostbook/xsl/doxygen/doxygen2boostbook.xsl all.xml > reference.xml

