Date: Sun, 4 May 2003 04:18:18 -0700 From: Murray Stokely <murray@FreeBSD.org> To: Dmitry Morozovsky <marck@rinet.ru> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/share/mk doc.docbook.mk doc.project.mk Message-ID: <20030504041818.T480@freebsdmall.com> In-Reply-To: <20030504144054.Q29874@woozle.rinet.ru>; from marck@rinet.ru on Sun, May 04, 2003 at 02:44:47PM %2B0400 References: <200305040451.h444p9p2017132@repoman.freebsd.org> <20030504130818.S29874@woozle.rinet.ru> <20030504132827.G29874@woozle.rinet.ru> <20030504024348.P480@freebsdmall.com> <20030504144054.Q29874@woozle.rinet.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 04, 2003 at 02:44:47PM +0400, Dmitry Morozovsky wrote: > ===> en_US.ISO8859-1/articles/console-server > /usr/local/bin/sgmlnorm -c /usr/local/share/sgml/html/catalog > /usr/doc/en_US.ISO8859-1/articles/console-server/article.sgml > article.html > /usr/local/bin/tidy -i -m -raw -preserve -f /dev/null -asxml article.html > *** Error code 1 (ignored) > "html-split" is not a valid output format for this document. > /usr/local/bin/w3m -dump article.html > article.txt > /usr/local/bin/w3m: permission denied > *** Error code 126 Ok thanks I see what is going on. HTML2TXT was defined in two places. The 'spellcheck' definition was overriding the definition used by the HTML->TXT target. links1 works just as good as w3m for this task, so I've modified the definition to use it for the spellcheck target also and removed w3m from the makefiles. - Murray
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030504041818.T480>