1
0
mirror of https://github.com/sstephenson/bats.git synced 2026-02-27 01:58:11 +01:00

add Manpages

- add bats.1
- add bats.7
- tweak install.sh to install manpages
This commit is contained in:
Jakukyo Friel
2013-11-09 16:09:26 +08:00
parent ddd03ab852
commit b1eee9f455
8 changed files with 1070 additions and 0 deletions

View File

@@ -31,5 +31,7 @@ BATS_ROOT="$(abs_dirname "$0")"
mkdir -p "$PREFIX"/{bin,libexec}
cp -R "$BATS_ROOT"/bin/* "$PREFIX"/bin
cp -R "$BATS_ROOT"/libexec/* "$PREFIX"/libexec
cp "$BATS_ROOT"/man/bats.1 "$PREFIX"/share/man/man1
cp "$BATS_ROOT"/man/bats.7 "$PREFIX"/share/man/man7
echo "Installed Bats to $PREFIX/bin/bats"