Skip to content

Commit

Permalink
Make doc generation more reasonable
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Sep 22, 2015
1 parent 792b5da commit 0b91eae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build_docs.sh
Expand Up @@ -2,11 +2,6 @@

set -e

mkdir doc

for crate in $(echo phf_shared phf_macros phf phf_codegen phf_generator); do
rm -r $crate/target
mkdir -p $crate/target
(cd $crate/target && ln -s ../../doc)
(cd $crate && cargo doc --no-deps)
(cd $crate && rm -f Cargo.lock && CARGO_TARGET_DIR=../target cargo doc --no-deps)
done

0 comments on commit 0b91eae

Please sign in to comment.