From fab6c2fb8df283123d8e259be7c70ae5f391f3bc Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Tue, 27 Apr 2021 17:54:25 -0400 Subject: Write manpages for dirconvert and opendircolors --- Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 557bf5c..cc2c299 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,11 @@ PROGS= opendircolors dirconvert SRCS.opendircolors= opendircolors.c common.c SRCS.dirconvert= dirconvert.c common.c -#TODO: Write manpage -MAN= -BINDIR=/usr/local/bin -SYMLINKS=opendircolors ${BINDIR}/dircolors -#TODO: Write manpage -#MLINKS= opendircolors.1 dircolors.1 +BINDIR?=/usr/local/bin +MANDIR?=/usr/local/man/man +SYMLINKS= opendircolors ${BINDIR}/dircolors +SYMLINKS+= opendircolors.1.gz ${MANDIR}1/dircolors.1.gz MAKEOBJDIR=obj -- cgit v1.2.3-56-ge451