mirror of
https://github.com/boostorg/docca.git
synced 2026-01-19 04:12:08 +00:00
17 lines
377 B
Bash
Executable File
17 lines
377 B
Bash
Executable File
cd ~/boost/tools/docca/example
|
|
update-baseline-html.sh 2>&1 &
|
|
|
|
cd ~/boost/libs/static_string/doc
|
|
update-baseline-html.sh >build_output.txt 2>&1 &
|
|
|
|
cd ~/boost/libs/url/doc
|
|
update-baseline-html.sh >build_output.txt 2>&1 &
|
|
|
|
cd ~/boost/libs/json/doc
|
|
update-baseline-html.sh >build_output.txt 2>&1 &
|
|
|
|
cd ~/boost/libs/beast/doc
|
|
update-baseline-html.sh >build_output.txt 2>&1 &
|
|
|
|
wait
|