4f26ffd447
* Fix project name, links, rename binary * Update util/version/Cargo.toml Co-Authored-By: David <dvdplm@gmail.com> * Update updater/Cargo.toml Co-Authored-By: David <dvdplm@gmail.com> * Update util/version/Cargo.toml Co-Authored-By: David <dvdplm@gmail.com> Co-authored-by: David <dvdplm@gmail.com>
6 lines
218 B
Bash
Executable File
6 lines
218 B
Bash
Executable File
#!/usr/bin/env sh
|
|
# generate documentation only for OpenEthereum and ethcore libraries
|
|
|
|
cargo doc --no-deps --verbose --all &&
|
|
echo '<meta http-equiv=refresh content=0;url=ethcore/index.html>' > target/doc/index.html
|