mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Clean and remove build directory
Move scripts into scripts folder Move doc-stuff into docs Update CI & CMake scripts See #89
This commit is contained in:
parent
3d44f9bfda
commit
32d16f773b
13 changed files with 9 additions and 151 deletions
|
|
@ -22,7 +22,7 @@ PROJECT_DIR="${PROJECT_DIR:-$(pwd)}"
|
|||
export BOOSTBOOK_DIR="${PROJECT_DIR}/bin/turtle/boostbook"
|
||||
copy -r "$BOOST_ROOT"/tools/boostbook/xsl "$BOOSTBOOK_DIR"
|
||||
copy -r "$BOOST_ROOT"/tools/boostbook/dtd "$BOOSTBOOK_DIR"
|
||||
copy -r build/boostbook/* "$BOOSTBOOK_DIR"
|
||||
copy -r doc/boostbook/* "$BOOSTBOOK_DIR"
|
||||
copy "$BOOST_ROOT"/doc/src/boostbook.css doc/html
|
||||
copy "$BOOST_ROOT"/doc/src/images/*.png doc/html/images
|
||||
copy "$BOOST_ROOT"/doc/src/images/callouts/*.png doc/html/images/callouts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue