mirror of
https://github.com/boostorg/fiber.git
synced 2026-07-21 13:13:32 +00:00
fix Jamfile for doc generation
This commit is contained in:
+6
-6
@@ -9,6 +9,8 @@ import boostbook ;
|
||||
import quickbook ;
|
||||
import modules ;
|
||||
|
||||
path-constant here : . ;
|
||||
|
||||
boostbook fiber
|
||||
:
|
||||
fibers.qbk
|
||||
@@ -26,14 +28,12 @@ boostbook fiber
|
||||
<xsl:param>toc.max.depth=3
|
||||
# How far down we go with TOC's
|
||||
<xsl:param>generate.section.toc.level=10
|
||||
# Absolute path for images:
|
||||
<format>pdf:<xsl:param>img.src.path=$(here)/html/
|
||||
;
|
||||
|
||||
###############################################################################
|
||||
alias boostdoc
|
||||
: fiber
|
||||
:
|
||||
:
|
||||
: ;
|
||||
alias boostdoc ;
|
||||
explicit boostdoc ;
|
||||
alias boostrelease ;
|
||||
alias boostrelease : fiber ;
|
||||
explicit boostrelease ;
|
||||
|
||||
Reference in New Issue
Block a user