Skip to content

Commit 2997619

Browse files
Add oldman script for users who want to view the z/OS man pages
1 parent 285fe59 commit 2997619

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

buildenv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ zopen_pre_check() {
3434
unset MANPATH
3535
}
3636

37+
zopen_post_install() {
38+
cp $ZOPEN_ROOT/scripts/oldman $ZOPEN_INSTALL_DIR/bin/oldman
39+
}
40+
3741
zopen_check_results()
3842
{
3943
dir="$1"

scripts/oldman

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
MANPATH="/usr/man/%L" /bin/man "$@"

0 commit comments

Comments
 (0)