Changes between Version 23 and Version 24 of DocsTranslationsProject


Ignore:
Timestamp:
Jun 26, 2007, 2:19:22 PM (15 years ago)
Author:
Matias Capeletto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DocsTranslationsProject

    v23 v24  
    9797    </programlisting>
    9898
    99     Quickbook to the rescue please!
    100 
    10199  </section>
    102100
     
    146144# http://www.boost.org/LICENSE_1_0.txt)
    147145
    148 # Quickbook
    149 # -----------------------------------------------------------------------------
    150 
    151146using quickbook ;
    152147
    153 xml library_name : library_name.qbk ;
    154 
    155 # Boostbook
    156 # -----------------------------------------------------------------------------
     148xml library_name
     149    :
     150        library_name.qbk ;
     151
    157152
    158153boostbook standalone
     
    160155        library_name
    161156    :
    162         # HTML options
    163 
    164         <xsl:param>chapter.logo.img="'../images/library_logo.png'"
    165         <xsl:param>quickbook.source.style.show="'true'"
    166         <xsl:param>chunk.section.depth=2
     157        library_name.xsl
    167158    ;
    168159