summaryrefslogtreecommitdiffstats
path: root/lib/libssl/man
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2010-04-03 19:34:00 +0000
committerschwarze <schwarze@openbsd.org>2010-04-03 19:34:00 +0000
commit6a7a7a695cb7ee2eaa99439f59bad45bb2fead18 (patch)
tree912113b2927efc7c432d319d8fc6f5179ffb73eb /lib/libssl/man
parentMinor reliability fixes: (diff)
downloadwireguard-openbsd-6a7a7a695cb7ee2eaa99439f59bad45bb2fead18.tar.xz
wireguard-openbsd-6a7a7a695cb7ee2eaa99439f59bad45bb2fead18.zip
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/man')
-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} | \