Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-04-18 02:39:44


Hi Pavol,
the doc Jamfile.v2 for for algorithm/string looks a bit strange:

doxygen autodoc
:
[ glob ../../../../boost/algorithm/string.hpp ]
[ glob ../../../../boost/algorithm/string_regex.hpp ]

[ glob ../../../../boost/algorithm/string/classification.hpp ]
........

What's the point of globbing for a single file? If I replace all 'glob'
statements with just

[ glob ../../../../boost/algorithm/*.hpp ]

I don't get any problems.

- Volodya

 


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