From da6f36e6b9f29c2a42d837dc544eba52444c508d Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 3 Apr 2010 19:34:00 +0000 Subject: 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@ --- src/lib/libssl/man/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile index 18560c7eb3..7dc23fbe79 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/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 # 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} | \ -- cgit v1.2.3-55-g6feb