From d9f82ce863bd9db2aa9895c1ca5d07d82cc577ca Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 9 Sep 2010 22:50:47 +0000 Subject: Use mandoc instead of groff to build PostScript manuals; note that these are not built by default, but only built when MANPS is set. kristaps@ and jmc@ agree with the idea, and the patch doesn't bother deraadt@ at all --- src/lib/libssl/man/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile index 7dc23fbe79..0f2831594e 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2010/04/03 19:34:00 schwarze Exp $ +# $OpenBSD: Makefile,v 1.17 2010/09/09 22:50:47 schwarze Exp $ .include # for NOMAN @@ -290,7 +290,7 @@ ${page}.cat3: ${src}.pod . if MANPS ${page}.ps3: ${src}.pod ${POD2MAN} --section=3 --name=${page:U} ${.ALLSRC} | \ - nroff -Tps -mandoc > ${.TARGET} + ${MANDOC} -Tps > ${.TARGET} . endif .endfor @@ -1092,7 +1092,7 @@ maninstall: .pod.ps${sect}: ${POD2MAN} --section=${sect} --name=${*:U} ${.ALLSRC} | \ - nroff -Tps -mandoc > ${.TARGET} + ${MANDOC} -Tps > ${.TARGET} .endfor .include -- cgit v1.2.3-55-g6feb