From c6ddc87c4911a80264f7a4cca846ef31dd490109 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 22 Jun 2023 23:51:33 -0400 Subject: write man page --- install.do | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.do') diff --git a/install.do b/install.do index 0f393b6..8d08b3d 100644 --- a/install.do +++ b/install.do @@ -1,6 +1,8 @@ PREFIX="${PREFIX:-/usr}" BINDIR="${BINDIR:-$PREFIX/bin}" +MANDIR="${MANDIR:-$PREFIX/share/man}" if haredo all; then install -Dm755 ./srtplay "$BINDIR"/srtplay + install -Dm755 ./srtplay.1 "$MANDIR"/man1/srtplay.1 fi -- cgit v1.2.3