From 948b14a55ded39aea589e34e23c19085fd99cac5 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 14 Feb 2015 13:54:59 +0000 Subject: While doing development work on pod2mdoc(1), profit of the occasion to start the conversion of LibreSSL libcrypto manuals from perlpod(1) to mdoc(7). miod@ jmc@ bentley@ agreed to the process when shown this patch. --- src/lib/libcrypto/man/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index c6dc286934..5edbf7e394 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2015/01/16 01:58:18 schwarze Exp $ +# $OpenBSD: Makefile,v 1.16 2015/02/14 13:54:59 schwarze Exp $ .include # for NOMAN @@ -10,7 +10,9 @@ MAN= \ ASN1_STRING_length.3 \ ASN1_STRING_new.3 \ ASN1_STRING_print_ex.3 \ - ASN1_generate_nconf.3 \ + ASN1_generate_nconf.3 + +GENMAN= \ BF_set_key.3 \ BIO.3 \ BIO_ctrl.3 \ @@ -195,6 +197,8 @@ MAN= \ ui_compat.3 \ x509.3 \ +MAN+= ${GENMAN} + #MAN+= BIO_new_CMS.3 \ # CMS_add0_cert.3 \ # CMS_add1_recipient_cert.3 \ @@ -1146,4 +1150,4 @@ maninstall: .include clean cleandir: - rm -f ${MAN} + rm -f ${GENMAN} -- cgit v1.2.3-55-g6feb