summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mandoc')
-rw-r--r--usr.bin/mandoc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile
index 011bd7c4454..3568e3302a4 100644
--- a/usr.bin/mandoc/Makefile
+++ b/usr.bin/mandoc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.25 2010/01/02 02:42:06 schwarze Exp $
+# $OpenBSD: Makefile,v 1.26 2010/01/03 19:59:59 schwarze Exp $
.include <bsd.own.mk>
@@ -17,6 +17,7 @@ SRCS+= man_macro.c man.c man_hash.c man_validate.c \
SRCS+= main.c mdoc_term.c chars.c term.c tree.c man_term.c
SRCS+= html.c mdoc_html.c man_html.c out.c
-PROG= mandoc
+PROG= mandoc
+MAN= mandoc.1 mandoc_char.7
.include <bsd.prog.mk>