Skip to content

Commit

Permalink
ci: Build man pages as part of documentation
Browse files Browse the repository at this point in the history
The main page of the documentation points to the man pages, so these
must be generated too.

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei committed Aug 9, 2022
1 parent 43dd6de commit d23cbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ stages:
- script: |
set -e
mkdir build && cd build
cmake .. -DENABLE_PACKAGING=ON -DPYTHON_BINDINGS=ON -DWITH_DOC=ON -DCPACK_SYSTEM_NAME=${ARTIFACTNAME}
cmake .. -DENABLE_PACKAGING=ON -DPYTHON_BINDINGS=ON -DWITH_DOC=ON -DWITH_MAN=ON -DCPACK_SYSTEM_NAME=${ARTIFACTNAME}
make
make package
displayName: 'Build'
Expand Down

0 comments on commit d23cbaf

Please sign in to comment.