openethereum/scripts/doc.sh
Marek Kotewicz ea6b0ec164
remove evmjit (#8229)
* removed not working evmjit, closes #8192 closes #6205

* removed evmjit from build scripts

* fixed parity compile error

* removed evmjit cli options

* fixed invalid test config files
2018-04-04 18:07:49 +09:00

6 lines
230 B
Bash
Executable File

#!/bin/sh
# generate documentation only for partiy and ethcore libraries
cargo doc --no-deps --verbose --all --exclude parity-ipfs-api &&
echo '<meta http-equiv=refresh content=0;url=ethcore/index.html>' > target/doc/index.html