Move cache configuration documentation into book

Moves `CACHE_CONFIGURATION.md` into the `cli-cache.md` page of the
book. Additionally removes this from the release tarballs.
This commit is contained in:
Alex Crichton
2019-11-08 12:50:20 -08:00
parent 85cfdd0bb1
commit cf0af20162
5 changed files with 289 additions and 297 deletions

View File

@@ -32,7 +32,7 @@ mktarball() {
# Create the main tarball of binaries
bin_pkgname=wasmtime-$TAG-$platform
mkdir tmp/$bin_pkgname
cp LICENSE README.md docs/CACHE_CONFIGURATION.md tmp/$bin_pkgname
cp LICENSE README.md tmp/$bin_pkgname
mv bins-$src/{wasmtime,wasm2obj}$exe tmp/$bin_pkgname
chmod +x tmp/$bin_pkgname/{wasmtime,wasm2obj}$exe
mktarball $bin_pkgname