aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-04-27 17:54:25 -0400
committerCameron Katri <me@cameronkatri.com>2021-04-27 17:54:25 -0400
commitfab6c2fb8df283123d8e259be7c70ae5f391f3bc (patch)
treee5b5e87bfd17e8637c58955509ffcbd3c440c2be /Makefile
parent82d8956ab4790196034417d148fcb73812b269d9 (diff)
downloadopendircolors-fab6c2fb8df283123d8e259be7c70ae5f391f3bc.tar.gz
opendircolors-fab6c2fb8df283123d8e259be7c70ae5f391f3bc.tar.zst
opendircolors-fab6c2fb8df283123d8e259be7c70ae5f391f3bc.zip
Write manpages for dirconvert and opendircolors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 4 insertions, 6 deletions
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