diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 1f7056bd..176a5a71 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -59,4 +59,8 @@ boostbook standalone install pdfinstall : standalone/pdf : . PDF ; explicit pdfinstall ; - +############################################################################### +alias boostdoc ; +explicit boostdoc ; +alias boostrelease : standalone ; +explicit boostrelease ;