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 # Create the main tarball of binaries
bin_pkgname=wasmtime-$TAG-$platform bin_pkgname=wasmtime-$TAG-$platform
mkdir tmp/$bin_pkgname 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 mv bins-$src/{wasmtime,wasm2obj}$exe tmp/$bin_pkgname
chmod +x tmp/$bin_pkgname/{wasmtime,wasm2obj}$exe chmod +x tmp/$bin_pkgname/{wasmtime,wasm2obj}$exe
mktarball $bin_pkgname mktarball $bin_pkgname

View File

@@ -171,7 +171,7 @@ pub fn create_new_config<P: AsRef<Path> + Debug>(
let content = "\ let content = "\
# Comment out certain settings to use default values. # Comment out certain settings to use default values.
# For more settings, please refer to the documentation: # For more settings, please refer to the documentation:
# https://github.com/CraneStation/wasmtime/blob/master/CACHE_CONFIGURATION.md # https://github.com/CraneStation/wasmtime/blob/master/docs/CACHE_CONFIGURATION.md
[cache] [cache]
enabled = true enabled = true

View File

@@ -59,7 +59,7 @@
<File Id="README.md" Source="README.md" KeyPath="yes" Checksum="yes"/> <File Id="README.md" Source="README.md" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
<Component Id="CACHE_CONFIGURATION" Guid="*"> <Component Id="CACHE_CONFIGURATION" Guid="*">
<File Id="CACHE_CONFIGURATION.md" Source="CACHE_CONFIGURATION.md" KeyPath="yes" Checksum="yes"/> <File Id="CACHE_CONFIGURATION.md" Source="docs\CACHE_CONFIGURATION.md" KeyPath="yes" Checksum="yes"/>
</Component> </Component>
</DirectoryRef> </DirectoryRef>