Package man page and LICENSE with executable

This commit is contained in:
Matt Green 2016-10-29 13:16:31 -04:00
parent 22bfb44868
commit 3ed6906aa4
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ name="${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}"
mkdir "$build_dir/$name"
cp target/$TARGET/release/watchexec "$build_dir/$name/"
cp {doc/watchexec.1,LICENSE} "$build_dir/$name/"
pushd $build_dir
tar czf "$out_dir/$name.tar.gz" *