Boost logo

Boost-Build :

Subject: Re: [Boost-build] [boost] [1.38] Beta release of PDF documentation(and some helpneeded).
From: John Maddock (john_at_[hidden])
Date: 2009-02-09 13:08:47


>>> Something like:
>>>
>>> install my_pdf_file
>>> : some_target_that_produces_badly_named_file
>>> : <name>nice_name <location>whatever
>>> ;
>>>
>>> should work.
>
> I tried adding:
>
> install pdf-python-install
> :
> ../../libs/python/doc/tutorial/doc//tutorial
> :
> <location>.
> <name>python_tutorial.pdf
> <install-type>PDF
> <format>pdf
> ;

An update on this:

the above does work as long as there is only one install target in the
Jamfile, as soon as there is more than one then it fails as noted before.
Also if there are more than one install targets, something like:

install dir1 : files1 ;
install dir2 : file2 ;

Then both file1 and file2 end up in dir2, is this a bug?

John.

PS, if I place the install target with the <name> first it also builds OK,
but then fails if there are more than one such install targets :-(


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk