summaryrefslogtreecommitdiffstatshomepage
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
commit9f42ba4041f2c6efac97ae8a06564e5244e1ea23 (patch)
tree43931c8bc11281320f4edfacfc4c19f7a4371678
parentbead94cfe183402e3e8fa446b08c15dc493f06ee (diff)
downloadmandoc-VERSION_1_2_0.tar.gz
mandoc-VERSION_1_2_0.tar.zst
mandoc-VERSION_1_2_0.zip
Added manual pages to INSTALL.VERSION_1_2_0
-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)