mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
[geometry] Add doc/src/examples to top-level Jamfile.v2 and doc/Jamfile.v2
[SVN r86528]
This commit is contained in:
parent
cfeaaf0cab
commit
10b0e40d07
@ -17,5 +17,6 @@ project boost-geometry
|
||||
|
||||
build-project test ;
|
||||
build-project example ;
|
||||
build-project doc/src/examples ;
|
||||
build-project extensions ;
|
||||
build-project index ;
|
||||
|
@ -11,9 +11,14 @@
|
||||
|
||||
project geometry/doc ;
|
||||
|
||||
# Build examples and programs for documentation
|
||||
#
|
||||
build-project src/examples ;
|
||||
|
||||
# Build documentation
|
||||
#
|
||||
# Auto-index, experimental. Commented otherwise does not build without.
|
||||
#using auto-index ;
|
||||
|
||||
using quickbook ;
|
||||
|
||||
path-constant here : . ;
|
||||
@ -43,3 +48,4 @@ boostbook geometry
|
||||
|
||||
install pdfinstall : geometry/<format>pdf : <location>. <name>geometry.pdf <install-type>PDF ;
|
||||
explicit pdfinstall ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user