From owner-freebsd-doc Mon Mar 12 18:56:42 2001 Delivered-To: freebsd-doc@freebsd.org Received: from snarf.osdn.com (snarf.osdn.com [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id 2A46837B718; Mon, 12 Mar 2001 18:56:39 -0800 (PST) (envelope-from jim@guinness.osdn.com) Received: from guinness.osdn.com (root@localhost [127.0.0.1]) by snarf.osdn.com (8.11.3/8.11.3) with ESMTP id f2D2uaG40727; Mon, 12 Mar 2001 21:56:36 -0500 (EST) (envelope-from jim@guinness.osdn.com) Received: by guinness.osdn.com (Postfix, from userid 1000) id 76EA516E; Mon, 12 Mar 2001 21:56:34 -0500 (EST) Date: Mon, 12 Mar 2001 21:56:34 -0500 From: Jim Mock To: Jordan Hubbard Cc: nik@FreeBSD.ORG, docs@FreeBSD.ORG Subject: Re: There's definitely something wrong with the docs. Message-ID: <20010312215633.C492@guinness.osdn.com> Reply-To: mij@osdn.com References: <20010312165832E.jkh@osd.bsdi.com> <20010312214338.B492@guinness.osdn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: <20010312214338.B492@guinness.osdn.com>; from mij@osdn.com on Mon, Mar 12, 2001 at 09:43:38PM -0500 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 12 Mar 2001 at 21:43:38 -0500, Jim Mock wrote: > On Mon, 12 Mar 2001 at 16:58:32 -0800, Jordan Hubbard wrote: > > ===> en_US.ISO_8859-1 > > ===> en_US.ISO_8859-1/articles > > ===> en_US.ISO_8859-1/articles/committers-guide > > ===> en_US.ISO_8859-1/articles/dialup-firewall > > ===> en_US.ISO_8859-1/articles/diskless-x > > ===> en_US.ISO_8859-1/articles/freebsd-questions > > ===> en_US.ISO_8859-1/articles/fonts > > ===> en_US.ISO_8859-1/articles/formatting-media > > ===> en_US.ISO_8859-1/articles/ipsec-must > > "html-split" is not a valid output format for this document. > > w3m -S -dump article.html > article.txt > > w3m: not found > > *** Error code 127 > > > > 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. Welp, it looks like this is the culprit: [jim@guinness:~/freebsd/doc]$ grep -r "w3m" . | more ... ./share/mk/doc.html.mk: w3m -S -dump ${.ALLSRC} > ${.TARGET} ... It appears Nik missed a bit when he did the switch to links instead. - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message