From 9087154b74aac0cf00a36a65c9ceda723b4a76ce Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 22 Sep 2016 19:20:06 -0400 Subject: [PATCH] add man page to build artifact --- ci/before_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 7f13a0de..3d033d87 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -18,7 +18,7 @@ mk_tarball() { mkdir "$td/$name" cp target/$TARGET/release/rg "$td/$name/" - cp {README.md,UNLICENSE,COPYING,LICENSE-MIT} "$td/$name/" + cp {doc/rg.1,README.md,UNLICENSE,COPYING,LICENSE-MIT} "$td/$name/" pushd $td tar czf "$out_dir/$name.tar.gz" *