diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 92609ff..22d3eca 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -53,4 +53,8 @@ boostbook standalone install pdfinstall : standalone/pdf : . PDF ; explicit pdfinstall ; - +############################################################################### +alias boostdoc ; +explicit boostdoc ; +alias boostrelease : standalone ; +explicit boostrelease ;