mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-27 05:42:00 +01:00
16 lines
442 B
Plaintext
16 lines
442 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
|
|
;
|