Skip to content

Commit

Permalink
build_docs: windows, depinst.py correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin committed Jan 15, 2025
1 parent 6b4c216 commit a10186a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build_docs/windowsdocs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,9 @@ if ( -Not ${skip-boost} ) {
git submodule update --init tools/boostlook

git submodule update --init tools/auto_index
python tools/boostdep/depinst/depinst.py ../tools/quickbook
python tools/boostdep/depinst/depinst.py ../tools/auto_index
# However, "--ignore $REPONAME" is not yet working.
python tools/boostdep/depinst/depinst.py --ignore $REPONAME ../tools/quickbook
python tools/boostdep/depinst/depinst.py --ignore $REPONAME ../tools/auto_index

# Recopy the library, if it was overwritten by the submodule updates that just occurred.
if ( -Not ($BOOSTROOTLIBRARY -eq "yes") ) {
Expand Down

0 comments on commit a10186a

Please sign in to comment.