mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-28 22:31:47 +01:00
16 lines
444 B
Plaintext
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
|
|
;
|