mirror of
https://github.com/boostorg/hof.git
synced 2026-01-21 17:02:28 +00:00
15 lines
203 B
Plaintext
15 lines
203 B
Plaintext
project boost/hof/doc ;
|
|
|
|
make hof-doc : : @make-hof-doc ;
|
|
|
|
actions make-hof-doc {
|
|
sphinx-build -b html . html/
|
|
}
|
|
|
|
|
|
alias boostdoc ;
|
|
explicit boostdoc ;
|
|
alias boostrelease ;
|
|
explicit boostrelease ;
|
|
|