Skip to content

Commit

Permalink
copy the right index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Mar 2, 2014
1 parent 6b16202 commit 8748257
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/feather/script/update-syn
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ TEST_DIR=$ROOT_DIR/roast
POD_DIR="$ROOT_DIR/specs"

mkdir -p $DEST_DIR;
cp $MU_DIR/docs/feather/{index.html,*.css} $ROOT_DIR/html/
cp $MU_DIR/docs/feather/syn_index.html $ROOT_DIR/html/index.html
cp $MU_DIR/docs/feather/*.css $ROOT_DIR/html/

for i in $MU_DIR $TEST_DIR $POD_DIR
do
Expand Down

0 comments on commit 8748257

Please sign in to comment.