diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 56b7c1e..62bb90d 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -106,4 +106,12 @@ boostbook standalone install pdfinstall : standalone/pdf : PDF . container.pdf ; explicit pdfinstall ; - +############################################################################### +alias boostdoc + : standalone/docbook + : + : + : ; +explicit boostdoc ; +alias boostrelease ; +explicit boostrelease ;