From owner-cvs-doc@FreeBSD.ORG Sun Aug 28 10:29:28 2005 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9146D16A41F; Sun, 28 Aug 2005 10:29:28 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-3-1-cust208.cdif.cable.ntl.com [82.31.78.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id E356F43D45; Sun, 28 Aug 2005 10:29:27 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.52 (FreeBSD)) id 1E9KPn-000Gsq-29; Sun, 28 Aug 2005 11:29:27 +0100 Date: Sun, 28 Aug 2005 11:29:26 +0100 From: Ceri Davies To: Pav Lucistnik Message-ID: <20050828102926.GC99537@submonkey.net> Mail-Followup-To: Ceri Davies , Pav Lucistnik , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200508231112.j7NBCLSh025015@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oTHb8nViIGeoXxdp" Content-Disposition: inline In-Reply-To: <200508231112.j7NBCLSh025015@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/share/mk web.site.mk X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2005 10:29:28 -0000 --oTHb8nViIGeoXxdp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 23, 2005 at 11:12:21AM +0000, Pav Lucistnik wrote: > pav 2005-08-23 11:12:21 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > share/mk web.site.mk=20 > Log: > - Autodetect presence of openjade's osgmlnorm. This makes docproj works > with openjade out of the box (no need for make.conf entries) Now I can't switch between jade and openjade (easily). Which is something = that I do. Please don't ask why. It wouldn't make any sense. Ceri > | -.if !defined(OPENJADE) > | -SGMLNORM?=3D ${PREFIX}/bin/sgmlnorm > | -.else > | +.if exists(${PREFIX}/bin/osgmlnorm) > | SGMLNORM?=3D ${PREFIX}/bin/osgmlnorm > | +.else > | +SGMLNORM?=3D ${PREFIX}/bin/sgmlnorm > | .endif --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --oTHb8nViIGeoXxdp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDEZIGocfcwTS3JF8RAnqDAKCgOBa/XJMF02CW1jxgrvOsXSjA7wCeJlhe lnd8oAUJUQW9D3zjAZlbjgI= =KdSY -----END PGP SIGNATURE----- --oTHb8nViIGeoXxdp--