Boost logo

Boost Users :

Subject: [Boost-users] [boost/Quickbook] Build documentation with several files
From: Carlos Guimarães (asc2.cemg_at_[hidden])
Date: 2010-06-02 11:49:04


Hi,

I have several *.qbk files and I want to build documentation of all of them
at one time.
They are all in the same folder, so I use the same Jamfile for each one:

*using quickbook ;
import boostbook : boostbook ;

# Intro
xml intro : src/intro.qbk ;

# Libraries
xml base_lib : src/libs/base.qbk ;

# App
xml client : src/app/client.qbk ;

boostbook documentation
    :
        intro
    :
        <dependency>css
    ;

boostbook lib
    :
        base_lib
    :
        <dependency>css
    ;

boostbook client
    :
        client
    :
        <dependency>css
    ;

install css : [ glob ./*.css ] : <location>../html ;
explicit css ;*

However, they have been building at the same root folder. That fact left me
only one index file, because the previous one have been overwrite.

How can I resolve it?

Thanks



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net