Add boostdoc, boostrelease targets to doc/Jamfile.v2

This commit is contained in:
Peter Dimov
2025-01-09 20:49:37 +02:00
parent ea54ab1610
commit fd24e0592c

View File

@ -14,3 +14,9 @@ explicit array.pdf ;
install pdf_ : array.pdf : <location>pdf ;
explicit pdf_ ;
###############################################################################
alias boostdoc ;
explicit boostdoc ;
alias boostrelease : html_ ;
explicit boostrelease ;