Date: Mon, 12 Mar 2001 18:55:21 -0800 From: Dima Dorfman <dima@unixfreak.org> To: mij@osdn.com Cc: Jordan Hubbard <jkh@osd.bsdi.com>, nik@FreeBSD.ORG, docs@FreeBSD.ORG Subject: Re: There's definitely something wrong with the docs. Message-ID: <20010313025521.DD2463E1E@bazooka.unixfreak.org> In-Reply-To: <20010312214338.B492@guinness.osdn.com>; from mij@osdn.com on "Mon, 12 Mar 2001 21:43:38 -0500"
next in thread | previous in thread | raw e-mail | index | archive | help
Jim Mock <mij@osdn.com> writes:
> On Mon, 12 Mar 2001 at 16:58:32 -0800, Jordan Hubbard wrote:
> > I have the absolute latest doc and ports cvs repositories and it
> > doesn't appear that the docproj port is properly installing w3m
> > either. Have you actually run a make release with this stuff
> > recently, guys?
>
> Hmm, I'm not sure why it's looking for w3m, since we're using links now
> instead of w3m. Unless w3m is hardcoded somewhere in there.. I'll take
> a look.
Nik forgot doc.html.mk. Here's a patch (untested; I don't have the
resources to run release builds here, at least not those which will
finish in finite time).
Regards
Dima Dorfman
dima@unixfreak.org
Index: doc.html.mk
===================================================================
RCS file: /st/src/FreeBSD/doc/share/mk/doc.html.mk,v
retrieving revision 1.4
diff -u -r1.4 doc.html.mk
--- doc.html.mk 2000/09/28 23:34:49 1.4
+++ doc.html.mk 2001/03/13 02:54:38
@@ -110,7 +110,7 @@
.endif
${DOC}.txt: ${DOC}.html
- w3m -S -dump ${.ALLSRC} > ${.TARGET}
+ links -S -dump ${.ALLSRC} > ${.TARGET}
${DOC}.pdb: ${DOC}.html
iSiloBSD -y -d0 -Idef ${DOC}.html ${DOC}.pdb
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?20010313025521.DD2463E1E>
