mirror of
https://github.com/boostorg/docca.git
synced 2026-07-21 13:13:39 +00:00
Executable
+27
@@ -0,0 +1,27 @@
|
||||
cd ~/boost/tools/docca/example
|
||||
build-and-compare.sh 2>&1 &
|
||||
|
||||
cd ~/boost/libs/static_string/doc
|
||||
build-and-compare.sh 2>&1 &
|
||||
|
||||
cd ~/boost/libs/url/doc
|
||||
build-and-compare.sh 2>&1 &
|
||||
|
||||
cd ~/boost/libs/json/doc
|
||||
build-and-compare.sh 2>&1 &
|
||||
|
||||
cd ~/boost/libs/beast/doc
|
||||
build-and-compare.sh 2>&1 &
|
||||
|
||||
wait
|
||||
|
||||
echo "~/boost/tools/docca/example/diffs.txt:"
|
||||
cat ~/boost/tools/docca/example/diffs.txt
|
||||
echo "~/boost/libs/static_string/doc/diffs.txt:"
|
||||
cat ~/boost/libs/static_string/doc/diffs.txt
|
||||
echo "~/boost/libs/url/doc/diffs.txt:"
|
||||
cat ~/boost/libs/url/doc/diffs.txt
|
||||
echo "~/boost/libs/json/doc/diffs.txt:"
|
||||
cat ~/boost/libs/json/doc/diffs.txt
|
||||
echo "~/boost/libs/beast/doc/diffs.txt:"
|
||||
cat ~/boost/libs/beast/doc/diffs.txt
|
||||
Executable
+16
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
tail -f \
|
||||
~/boost/tools/docca/example/build_output.txt \
|
||||
~/boost/libs/static_string/doc/build_output.txt \
|
||||
~/boost/libs/url/doc/build_output.txt \
|
||||
~/boost/libs/json/doc/build_output.txt \
|
||||
~/boost/libs/beast/doc/build_output.txt
|
||||
Reference in New Issue
Block a user