summaryrefslogtreecommitdiff
path: root/lib/libssl
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-04-03 19:34:01 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-04-03 19:34:01 +0000
commit90cd3bb4579d911b266e61e05eefef890a41fa5b (patch)
tree7a841b16793766d45f10502606907a4c9b1281e0 /lib/libssl
parent94222fa637ece26f0cdaeaaa1794303a6fd5d07a (diff)
Build all manual pages in base with mandoc(1) instead of groff,
excepting the tbl(1) pages, which are less than twenty. "commit the diff that enables it, now" deraadt@
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/man/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/man/Makefile b/lib/libssl/man/Makefile
index 18560c7eb38..7dc23fbe799 100644
--- a/lib/libssl/man/Makefile
+++ b/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2009/04/10 06:04:49 djm Exp $
+# $OpenBSD: Makefile,v 1.16 2010/04/03 19:34:00 schwarze Exp $
.include <bsd.own.mk> # for NOMAN
@@ -286,7 +286,7 @@ PSALL= ${MANALL:S/.cat1/.ps1/g:S/.cat2/.ps2/g:S/.cat3/.ps3/g:S/.cat4/.ps4/g:S/.c
${page}.cat3: ${src}.pod
${POD2MAN} --section=3 --name=${page:U} ${.ALLSRC} | \
- nroff -Tascii -mandoc > ${.TARGET}
+ ${MANDOC} > ${.TARGET}
. if MANPS
${page}.ps3: ${src}.pod
${POD2MAN} --section=3 --name=${page:U} ${.ALLSRC} | \
@@ -1088,7 +1088,7 @@ maninstall:
.pod.cat${sect}:
${POD2MAN} --section=${sect} --name=${*:U} ${.ALLSRC} | \
- nroff -Tascii -mandoc > ${.TARGET}
+ ${MANDOC} > ${.TARGET}
.pod.ps${sect}:
${POD2MAN} --section=${sect} --name=${*:U} ${.ALLSRC} | \