Files
unordered/doc/Jamfile.v2
Daniel James 50d3138552 Add the build and documentation source files required for building the
standalone unordered containers.


[SVN r4046]
2007-05-13 19:23:03 +00:00

16 lines
444 B
Plaintext

project boost/doc ;
import boostbook : boostbook ;
boostbook doc : src/boost.xml
:
## Build the various generated docs (Doxygen and QuickBook)...
<dependency>../libs/unordered/doc//unordered
<implicit-dependency>../libs/unordered/doc//unordered
#<dependency>../libs/functional/hash/doc//hash
#<implicit-dependency>../libs/functional/hash/doc//hash
<xsl:param>boost.libraries=../../libs/libraries.htm
;