summaryrefslogtreecommitdiff
path: root/install.do
diff options
context:
space:
mode:
Diffstat (limited to 'install.do')
-rw-r--r--install.do2
1 files changed, 2 insertions, 0 deletions
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