no man page for now

pull/11/head
phiresky 5 years ago
parent d10113668a
commit 8982636c1e

@ -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?

Loading…
Cancel
Save