Move CACHE_CONFIGURATION.md to the docs directory.

This commit is contained in:
Dan Gohman
2019-11-08 09:52:28 -08:00
parent fff777d4c3
commit 24218c960a
4 changed files with 3 additions and 3 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 CACHE_CONFIGURATION.md tmp/$bin_pkgname
cp LICENSE README.md docs/CACHE_CONFIGURATION.md tmp/$bin_pkgname
mv bins-$src/{wasmtime,wasm2obj}$exe tmp/$bin_pkgname
chmod +x tmp/$bin_pkgname/{wasmtime,wasm2obj}$exe
mktarball $bin_pkgname