mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 20:41:15 -03:00
6 lines
141 B
Fish
6 lines
141 B
Fish
#RUN: %fish %s
|
|
#REQUIRES: command -v sphinx-build
|
|
|
|
set -l build_script (status dirname)/../test_functions/sphinx-shared.sh
|
|
$build_script man
|