Skip to content

Commit

Permalink
build_docs: boostlook (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin authored Oct 14, 2024
1 parent 8dd518e commit d32b5c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_docs/linuxdocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ if [ "$skipboostoption" != "yes" ] ; then
git submodule update --init tools/boostdep
git submodule update --init tools/docca
git submodule update --init tools/quickbook
git submodule update --init tools/boostlook

if [ "$typeoption" = "main" ]; then
git submodule update --init tools/auto_index
Expand Down
1 change: 1 addition & 0 deletions build_docs/macosdocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ if [ "$skipboostoption" != "yes" ] ; then
git submodule update --init tools/boostdep
git submodule update --init tools/docca
git submodule update --init tools/quickbook
git submodule update --init tools/boostlook
git submodule update --init tools/build
sed -i 's~GLOB "/usr/share/java/saxon/"~GLOB "/Library/Java/Extensions/" "/usr/share/java/saxon/"~' tools/build/src/tools/saxonhe.jam

Expand Down
1 change: 1 addition & 0 deletions build_docs/windowsdocs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ if ( -Not ${skip-boost} ) {
git submodule update --init tools/docca
git submodule update --init tools/quickbook
git submodule update --init tools/build
git submodule update --init tools/boostlook

if ($typeoption -eq "main") {
git submodule update --init tools/auto_index
Expand Down

0 comments on commit d32b5c8

Please sign in to comment.