Skip to content

Commit

Permalink
Add boostdoc, boostrelease targets to doc/Jamfile.v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 9, 2025
1 parent ea54ab1 commit fd24e05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ explicit array.pdf ;

install pdf_ : array.pdf : <location>pdf ;
explicit pdf_ ;

###############################################################################
alias boostdoc ;
explicit boostdoc ;
alias boostrelease : html_ ;
explicit boostrelease ;

0 comments on commit fd24e05

Please sign in to comment.