diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 0a8f553..7b2503c 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -69,4 +69,8 @@ boostbook standalone install pdfinstall : standalone/pdf : PDF . type_traits.pdf ; explicit pdfinstall ; - +############################################################################### +alias boostdoc ; +explicit boostdoc ; +alias boostrelease : standalone ; +explicit boostrelease ;