aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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