From owner-freebsd-doc Sat Nov 9 14:56: 9 2002 Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C35D837B401; Sat, 9 Nov 2002 14:56:07 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B727C43E3B; Sat, 9 Nov 2002 14:56:06 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from ftp.otenet.gr (ftp.otenet.gr [195.170.0.21]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id gA9Mu4Xq015101; Sun, 10 Nov 2002 00:56:04 +0200 (EET) Received: from LocalHost (patr530-a066.otenet.gr [212.205.215.66]) by ftp.otenet.gr (8.12.4/8.12.4) with SMTP id gA9Mu2LG015389; Sun, 10 Nov 2002 00:56:02 +0200 (EET) Message-ID: <010d01c28843$26923e60$42d7cdd4@LocalHost> From: "Giorgos Keramidas" To: "Thomas Moestl" Cc: References: <20021106150326.GA334@crow.dom2ip.de> <20021107080342.A48030@misty.eyesbeyond.com> <20021109221334.GB316@crow.dom2ip.de> Subject: Re: Please review: small patches for building documentation on FreeBSD/sparc64 Date: Sun, 10 Nov 2002 00:55:49 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "Thomas Moestl" wrote: To: "Greg Lewis" : On Thu, 2002/11/07 at 08:03:43 +1030, Greg Lewis wrote: : > On Wed, Nov 06, 2002 at 04:03:26PM +0100, Thomas Moestl wrote: : > > -.if ${MACHINE_ARCH} =3D=3D "alpha" : > > +.if ${MACHINE_ARCH} =3D=3D "alpha" || ${MACHINE_ARCH} =3D=3D = "sparc64" : >=20 : > Might it be better to convert this and similar logic to check for = "i386" : > and activate jade in that case (effectively making openjade the = default)? : > Particularly if people think ia64 is likely to also use openjade. :=20 : Sounds reasonable. I've attached the new patches, which I would like : to commit soonish unless there are objections. The following (the doc part of the diff) looks fine. I haven't tested it with a full doc build, but if it survives a build of doc/ with: % make FORMATS=3D"html txt" then commit away (it's simple, so I don't see anything that could probably cause it to fail, but check before you commit it anyway). %%% Index: share/mk/doc.docbook.mk =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /d/ncvs/doc/share/mk/doc.docbook.mk,v retrieving revision 1.70 diff -u -r1.70 doc.docbook.mk --- share/mk/doc.docbook.mk 28 Oct 2002 19:44:08 -0000 1.70 +++ share/mk/doc.docbook.mk 4 Nov 2002 11:30:54 -0000 @@ -105,7 +105,7 @@ # Which stylesheet type to use. 'dsssl' or 'xsl' STYLESHEET_TYPE?=3D dsssl =20 -.if ${MACHINE_ARCH} =3D=3D "alpha" +.if ${MACHINE_ARCH} !=3D "i386" OPENJADE=3D yes .endif =20 Index: share/mk/doc.html.mk =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /d/ncvs/doc/share/mk/doc.html.mk,v retrieving revision 1.12 diff -u -r1.12 doc.html.mk --- share/mk/doc.html.mk 7 Jul 2002 05:05:46 -0000 1.12 +++ share/mk/doc.html.mk 4 Nov 2002 11:30:54 -0000 @@ -51,7 +51,7 @@ =20 IMAGES_LIB?=3D =20 -.if ${MACHINE_ARCH} =3D=3D "alpha" +.if ${MACHINE_ARCH} !=3D "i386" OPENJADE=3D yes .endif =20 %%% To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message