~barry/ubuntu/precise/boost1.46/debian-merge

« back to all changes in this revision

Viewing changes to libs/type_traits/doc/Jamfile.v2

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2011-03-13 00:37:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110313003735-r7j6jdk0hkywfzuw
Tags: 1.46.1-1
* New upstream.

* control: Add libboost-random1.46-dev to depends of -all-dev and
  suggests of -dev.  Closes: #615849.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
import modules ;
7
7
 
 
8
path-constant here : . ;
 
9
 
8
10
if --enable-index in  [ modules.peek : ARGV ]
9
11
{
10
12
   ECHO "Building the type_traits docs with automatic index generation enabled." ;
12
14
   project : requirements
13
15
        <auto-index>on <format>pdf:<auto-index-internal>off
14
16
        <format>html:<auto-index-internal>on
15
 
        <auto-index-script>index.idx
16
 
        <auto-index-prefix>../../.. 
 
17
        <auto-index-script>$(here)/index.idx
 
18
        <auto-index-prefix>$(here)/../../.. 
17
19
        <quickbook-define>enable_index ;
18
20
}
19
21
else
82
84
 
83
85
 
84
86
 
 
87
 
 
88