Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2001 10:51:40 +0000
From:      Nik Clayton <nik@freebsd.org>
To:        "David O'Brien" <obrien@freebsd.org>
Cc:        Nik Clayton <nik@freebsd.org>, 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>
In-Reply-To: <20010227132304.B67703@dragon.nuxi.com>; from obrien@freebsd.org on Tue, Feb 27, 2001 at 01:23:04PM -0800
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>

next in thread | previous in thread | raw e-mail | index | archive | help

--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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010228105140.A59615>