git.y1.nz

mtm

Ncurses-based terminal multiplexer
download: https://git.y1.nz/archives/mtm.tar.gz
Files | Log | Refs

commit 2bbcc3ca9ebc2c3daec3804e36ce2e77c289de45
parent bcdcafed6210b593278e6e85a2c3b393dd51a8d2
Author: Rob King <jking@deadpixi.com>
Date:   Fri, 12 Jul 2019 10:18:16 -0500

Add MANPATH variable for installation.

Diffstat:
MMakefile3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -4,6 +4,7 @@ FEATURES ?= -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTEN HEADERS ?= LIBPATH ?= DESTDIR ?= /usr/local +MANPATH ?= $(DESTDIR)/man/man1 CURSESLIB ?= ncursesw LIBS ?= -l$(CURSESLIB) -lutil @@ -17,7 +18,7 @@ config.h: config.def.h install: mtm cp mtm $(DESTDIR)/bin - cp mtm.1 $(DESTDIR)/share/man/man1 + cp mtm.1 $(MANPATH) install-terminfo: mtm.ti tic -s -x mtm.ti

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.