~ubuntu-branches/debian/sid/boost1.49/sid

« back to all changes in this revision

Viewing changes to libs/bimap/doc/jamfile.v2

  • Committer: Package Import Robot
  • Author(s): Steve M. Robbins
  • Date: 2012-02-26 00:31:44 UTC
  • Revision ID: package-import@ubuntu.com-20120226003144-eaytp12cbf6ubpms
Tags: upstream-1.49.0
ImportĀ upstreamĀ versionĀ 1.49.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Boost.Bimap
 
2
#
 
3
# Copyright (c) 2006-2007 Matias Capeletto
 
4
#
 
5
# Distributed under the Boost Software License, Version 1.0.
 
6
# (See accompanying file LICENSE_1_0.txt or copy at
 
7
# http://www.boost.org/LICENSE_1_0.txt)
 
8
 
 
9
 
 
10
# Quickbook
 
11
# -----------------------------------------------------------------------------
 
12
 
 
13
import quickbook ;
 
14
 
 
15
xml bimap
 
16
    :
 
17
        bimap.qbk
 
18
    ;
 
19
 
 
20
path-constant images_location : html ;
 
21
 
 
22
boostbook standalone
 
23
    :
 
24
        bimap
 
25
    :
 
26
        <xsl:param>boost.root=../../../..
 
27
        <xsl:param>html.stylesheet=boostbook.css
 
28
        <xsl:param>toc.max.depth=2
 
29
        <xsl:param>toc.section.depth=4
 
30
        <xsl:param>chunk.section.depth=2
 
31
        <format>pdf:<xsl:param>img.src.path=$(images_location)/
 
32
        <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/bimap/doc/html
 
33
    ;
 
34
 
 
35
 
 
36
# Doxygen
 
37
# -----------------------------------------------------------------------------
 
38
# This generate the doxydocs and write "bimap.hdt".
 
39
# Delete this file if you want to regenerate the doxydocs again
 
40
# import directdoxygen ;
 
41
# html-doxydocs bimap.hdt : bimap.hdf ;
 
42