mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit c28283cf635dcca6bee948a49e3a42cb09626505 parent e9289a0b4284e03e782e7b106dd9438ef345f863 Author: Rob King <jking@deadpixi.com> Date: Fri, 12 Jul 2019 11:42:11 -0500 Rename MANPATH for consistency. Diffstat:
| M | Makefile | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -4,7 +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 +MANDIR ?= $(DESTDIR)/man/man1 CURSESLIB ?= ncursesw LIBS ?= -l$(CURSESLIB) -lutil @@ -18,7 +18,7 @@ config.h: config.def.h install: mtm cp mtm $(DESTDIR)/bin - cp mtm.1 $(MANPATH) + cp mtm.1 $(MANDIR) 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.