summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-20 15:11:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-20 15:11:16 +0000
commit61de62274379bce7c675d463967d54b8b0762829 (patch)
treeb640857e9506304a32e9b9568c6e2b6ba8b6ca9b /Makefile
parent389130c4015e14cbc5aa06bdfb8df142be1c0512 (diff)
downloadmandoc-61de62274379bce7c675d463967d54b8b0762829.tar.gz
Added manual pages to INSTALL.VERSION.1.2.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0fc6a22..4d5500f2 100644
--- a/Makefile
+++ b/Makefile
@@ -25,11 +25,13 @@ SRCS = macro.c mdoc.c mdocml.c hash.c strings.c xstd.c argv.c \
HEADS = mdoc.h private.h
+MANS = mdocml.1 mdoc.3
+
BINS = mdocml
CLEAN = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS)
-INSTALL = $(SRCS) $(HEADS) Makefile Makefile.port DESCR
+INSTALL = $(SRCS) $(HEADS) Makefile Makefile.port DESCR $(MANS)
all: $(BINS)