Skip to content

Commit

Permalink
Separate out building user-manual.xml
Browse files Browse the repository at this point in the history
Hopefully fixes #60.
  • Loading branch information
me-and committed Oct 20, 2023
1 parent 89f1af2 commit 7b0016f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions git.cygport
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ src_compile() {
lndirs
cd ${B}
cygconf --with-libpcre

# Make the user manual XML file separately, in an attempt to avoid an
# apparent race condition I see intermittently.
( cd "${B}/Documentation" && cygmake user-manual.xml )

cygmake all html man info pdf
}

Expand Down

0 comments on commit 7b0016f

Please sign in to comment.