mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
10 lines
87 B
Bash
10 lines
87 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
THIS=$(dirname "$0")
|
|
|
|
pushd ${THIS}/../
|
|
make -C doc/ dist
|
|
popd
|