fix build script to handle documentation correctly
- make doc target was disabled by default. - update documentation.
This commit is contained in:
parent
978d3d9b66
commit
ad8fc14cf5
16 changed files with 177 additions and 76 deletions
|
|
@ -25,6 +25,7 @@ done
|
|||
|
||||
echo "Update documentation"
|
||||
cd Debug_ON
|
||||
cmake -DBUILD_DOCUMENTATION=ON ..
|
||||
make doc
|
||||
cp -r html/* ../docs/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue