summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-01-03 23:29:04 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-01-03 23:29:04 +0000
commit635b221696b5e4e2968ead5c9daa8680bdd307d7 (patch)
tree03e4dfdfce76641d7c1218c06d0a5e1e44f2d56b /usr.bin/mandoc/Makefile
parent8028f6a67fe786e34cdc97e0f80c7fe8ce12194b (diff)
This is not intended to document just the mandoc(1) program, but rather
man(7) and mdoc(7) special characters and predefined strings in general; just as mandoc(1) is not intending to implement new languages, but provide standard formatting for man(7) and mdoc(7) files, whatever "standard" may mean in this context (sigh). So move this to the right place. noticed by deraadt@
Diffstat (limited to 'usr.bin/mandoc/Makefile')
-rw-r--r--usr.bin/mandoc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile
index 3568e3302a4..b50185ed6ba 100644
--- a/usr.bin/mandoc/Makefile
+++ b/usr.bin/mandoc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.26 2010/01/03 19:59:59 schwarze Exp $
+# $OpenBSD: Makefile,v 1.27 2010/01/03 23:29:03 schwarze Exp $
.include <bsd.own.mk>
@@ -18,6 +18,5 @@ 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
-MAN= mandoc.1 mandoc_char.7
.include <bsd.prog.mk>