forked from lix-project/hydra
start-manual.sh: Drop explicit pwd's
This commit is contained in:
parent
c442f1aa14
commit
c69912b287
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
mdbook serve \
|
mdbook serve \
|
||||||
--port 63332 \
|
--port 63332 \
|
||||||
--dest-dir $(pwd)/.hydra-data/manual \
|
--dest-dir ./.hydra-data/manual \
|
||||||
$(pwd)/doc/manual/
|
./doc/manual/
|
||||||
|
|
Loading…
Reference in a new issue