diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 9d1038c..e58a602 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -111,4 +111,12 @@ boostbook standalone install pdfinstall : standalone/pdf : intrusive.pdf . PDF pdf ; explicit pdfinstall ; - +############################################################################### +alias boostdoc + : standalone/docbook + : + : + : ; +explicit boostdoc ; +alias boostrelease ; +explicit boostrelease ;