[geometry] Add doc/src/examples to top-level Jamfile.v2 and doc/Jamfile.v2

[SVN r86528]
This commit is contained in:
Mateusz Loskot 2013-10-30 22:08:52 +00:00
parent cfeaaf0cab
commit 10b0e40d07
2 changed files with 8 additions and 1 deletions

View File

@ -17,5 +17,6 @@ project boost-geometry
build-project test ;
build-project example ;
build-project doc/src/examples ;
build-project extensions ;
build-project index ;

View File

@ -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 ;