Date: Fri, 7 Feb 2003 22:57:24 -0800 From: Eric Melville <eric@FreeBSD.org> To: "Jacques A. Vidrine" <nectar@FreeBSD.org>, Mark Murray <markm@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... Message-ID: <20030207225724.A48213@FreeBSD.org> In-Reply-To: <20030129131959.GC17951@opus.celabo.org>; from nectar@FreeBSD.org on Wed, Jan 29, 2003 at 07:19:59AM -0600 References: <200301282258.h0SMwFG1081901@repoman.freebsd.org> <20030129131959.GC17951@opus.celabo.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> Previously, the installation of OpenSSL man pages was controlled by this > knob (text from share/examples/etc/make.conf): > > # To build the OpenSSL manpages, uncomment the following. These are not > # built by default because they clobber a number of system manpages with > # manpages describing parts of the OpenSSL toolkit, including passwd(1), > # err(3), md5(3), and others. > # > #WANT_OPENSSL_MANPAGES= true > > This has been removed, which is bad. > > I'd __really__ like to see OpenSSL documentation installed, but in a > non-clobbering way. Should we have /usr/share/man/openssl ? > Or perhaps we should use pod2html (rather than pod2man) and install > /usr/share/doc/openssl ? I keep meaning to look at installing the man pages as .3o's, now that the man command can deal with that; I just haven't gotten there yet. This is how Mac OSX deals with it as well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030207225724.A48213>