Changes between Version 17 and Version 18 of DocsTranslationsProject


Ignore:
Timestamp:
Jun 26, 2007, 1:33:48 PM (15 years ago)
Author:
Matias Capeletto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DocsTranslationsProject

    v17 v18  
    5959    {{{
    6060
     61# Boost.Bimap
     62#
     63# Copyright (c) Years author name, author name
     64#
     65# Distributed under the Boost Software License, Version 1.0.
     66# (See accompanying file LICENSE_1_0.txt or copy at
     67# http://www.boost.org/LICENSE_1_0.txt)
     68
     69
     70# Quickbook
     71# -----------------------------------------------------------------------------
     72
     73using quickbook ;
     74
     75xml library_name : library_name.qbk ;
     76
     77# Boostbook
     78# -----------------------------------------------------------------------------
     79
     80boostbook standalone
     81    :
     82        library_name
     83    :
     84        # HTML options
     85
     86        <xsl:param>chapter.logo.img="'../images/library_logo.png'"
     87        <xsl:param>quickbook.source.style.show="'true'"
     88        <xsl:param>chunk.section.depth=2
     89    ;
    6190
    6291    }}}