From owner-freebsd-doc Wed Feb 28 2:51:51 2001 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (unknown [194.128.198.234]) by hub.freebsd.org (Postfix) with ESMTP id 161AA37B718; Wed, 28 Feb 2001 02:51:47 -0800 (PST) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.1/8.11.1) id f1SApfD63328; Wed, 28 Feb 2001 10:51:41 GMT (envelope-from nik) Date: Wed, 28 Feb 2001 10:51:40 +0000 From: Nik Clayton To: "David O'Brien" Cc: Nik Clayton , doc@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/design-44bsd Makefile book.sgml fig1.eps fig2.eps Message-ID: <20010228105140.A59615@canyon.nothing-going-on.org> References: <200102202001.f1KK1Wn35420@freefall.freebsd.org> <18731.982779702@axl.fw.uunet.co.za> <20010222002023.A11532@canyon.nothing-going-on.org> <3A950131.97836B48@urx.com> <20010222182844.B42668@canyon.nothing-going-on.org> <20010223033303.D1785@dragon.nuxi.com> <20010224041948.C47861@canyon.nothing-going-on.org> <20010227132304.B67703@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="kXdP64Ggrk/fb43R" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010227132304.B67703@dragon.nuxi.com>; from obrien@freebsd.org on Tue, Feb 27, 2001 at 01:23:04PM -0800 Organization: FreeBSD Project Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --kXdP64Ggrk/fb43R Content-Type: multipart/mixed; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 27, 2001 at 01:23:04PM -0800, David O'Brien wrote: > On Sat, Feb 24, 2001 at 04:19:52AM +0000, Nik Clayton wrote: > > For OpenJade you can use -DOPENJADE. >=20 > Can you add logic to the Makefile such that it is defined if running on > the Alpha? See patch. > > There's no replacement for w3m yet. Does links (ports/www/links) work > > on the Alpha, and does it handle tables? >=20 > It works on the Alpha. It claims to handle tables, but you would be a > better judge if links or lynx is better. Attached is a patch that turns on OpenJade if running on the Alpha, and uses links instead of w3m. I'll also need to update the docproj port to pull in www/links instead of w3m/lynx as necessary. I'd be grateful if people could test this out. The output from links is slightly different to the output from w3m, but I think it's a bit more readable. However, I have done *no* testing on the translations. Please could the translation teams check that this does the right thing for them. Cheers. I'd like to commit this by the end of the week. N --=20 Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Content-Transfer-Encoding: quoted-printable Index: 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: /home/ncvs/doc/share/mk/doc.docbook.mk,v retrieving revision 1.27 diff -u -r1.27 doc.docbook.mk --- doc.docbook.mk 2001/02/26 22:56:59 1.27 +++ doc.docbook.mk 2001/02/28 10:47:56 @@ -53,7 +53,7 @@ =20 MASTERDOC?=3D ${.CURDIR}/${DOC}.${DOCBOOKSUFFIX} =20 -.if !defined(OPENJADE) +.if !defined(OPENJADE) || ${MACHINE_ARCH} =3D=3D "alpha" JADE?=3D ${PREFIX}/bin/jade JADECATALOG?=3D ${PREFIX}/share/sgml/jade/catalog NSGMLS?=3D ${PREFIX}/bin/nsgmls @@ -226,7 +226,7 @@ tar uf ${.TARGET} ${IMAGES_PNG} =20 ${DOC}.txt: ${DOC}.html-text - w3m -T text/html -S -dump ${.ALLSRC} > ${.TARGET} + links -dump ${.ALLSRC} > ${.TARGET} =20 ${DOC}.pdb: ${DOC}.html iSiloBSD -y -d0 -Idef ${DOC}.html ${DOC}.pdb --u3/rZRmxL6MmkK24-- --kXdP64Ggrk/fb43R Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjqc2DsACgkQk6gHZCw343XzIgCeOkpPzm3EBp4yA6P4eTBjWR0n M3UAoIS8Nr0yrO80BTIthEwVyb4NYE8B =QQ02 -----END PGP SIGNATURE----- --kXdP64Ggrk/fb43R-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message