openethereum/scripts/doc.sh

8 lines
253 B
Bash
Raw Normal View History

2016-07-11 18:30:58 +02:00
#!/bin/sh
# generate documentation only for partiy and ethcore libraries
. ./scripts/targets.sh
cargo doc --no-deps --verbose --no-default-features $TARGETS &&
2016-07-11 18:30:58 +02:00
echo '<meta http-equiv=refresh content=0;url=ethcore/index.html>' > target/doc/index.html