2016-07-11 18:30:58 +02:00
|
|
|
#!/bin/sh
|
|
|
|
# generate documentation only for partiy and ethcore libraries
|
|
|
|
|
2017-07-29 22:53:52 +02:00
|
|
|
cargo doc --no-deps --verbose --all --exclude ipfs --exclude evmjit &&
|
2016-07-11 18:30:58 +02:00
|
|
|
echo '<meta http-equiv=refresh content=0;url=ethcore/index.html>' > target/doc/index.html
|