diff --git a/doc/Jamfile b/doc/Jamfile index 9b7c8841..f6ca225d 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -19,5 +19,7 @@ for local b in $(bases) ; } +exe tst : tst.cpp ; + alias htmls : $(bases) ; stage . : $(bases) ; diff --git a/doc/building.html b/doc/building.html index 40cc2bea..80978640 100644 --- a/doc/building.html +++ b/doc/building.html @@ -9,53 +9,55 @@
-

Boost.Python Build and Test HOWTO

+

Boost.Python Build and Test HOWTO

-