no man page for now

This commit is contained in:
phiresky 2019-06-12 22:22:44 +02:00
parent d10113668a
commit 8982636c1e

View File

@ -23,14 +23,14 @@ main() {
set -x
# sanity check the file type
file target/"$TARGET"/debug/rg
file target/"$TARGET"/debug/rga
# Check that we've generated man page and other shell completions.
outdir="$(cargo_out_dir "target/$TARGET/debug")"
file "$outdir/rg.bash"
file "$outdir/rg.fish"
file "$outdir/_rg.ps1"
file "$outdir/rg.1"
#outdir="$(cargo_out_dir "target/$TARGET/debug")"
#file "$outdir/rg.bash"
#file "$outdir/rg.fish"
#file "$outdir/_rg.ps1"
#file "$outdir/rg.1"
# Apparently tests don't work on arm, so just bail now. I guess we provide
# ARM releases on a best effort basis?