mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Preserved quotes
This commit is contained in:
parent
6a976067db
commit
c4c6edd010
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ copy()
|
||||||
run export BOOST=$BOOST_ROOT
|
run export BOOST=$BOOST_ROOT
|
||||||
|
|
||||||
run cd ../test
|
run cd ../test
|
||||||
run $BOOST/b2 -q $*
|
run $BOOST/b2 -q "$@"
|
||||||
run cd ../build
|
run cd ../build
|
||||||
|
|
||||||
run export BOOSTBOOK_DIR=../bin/turtle/boostbook
|
run export BOOSTBOOK_DIR=../bin/turtle/boostbook
|
||||||
|
|
@ -36,5 +36,5 @@ run copy "$BOOST"/doc/src/boostbook.css ../doc/html
|
||||||
run copy "$BOOST"/doc/src/images/*.png ../doc/html/images
|
run copy "$BOOST"/doc/src/images/*.png ../doc/html/images
|
||||||
run copy "$BOOST"/doc/src/images/callouts/*.png ../doc/html/images/callouts
|
run copy "$BOOST"/doc/src/images/callouts/*.png ../doc/html/images/callouts
|
||||||
run cd ../doc
|
run cd ../doc
|
||||||
run $BOOST/b2 -q $*
|
run $BOOST/b2 -q "$@"
|
||||||
run cd ../build
|
run cd ../build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue