forked from boostorg/unordered
		
	
		
			
				
	
	
		
			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
 | 
						|
    ;
 |