Date: Fri, 22 Oct 1999 16:13:27 +0200 From: Neil Blakey-Milner <nbm@mithrandr.moria.org> To: Mark Ovens <mark@dogma.freebsd-uk.eu.org> Cc: doc@FreeBSD.ORG Subject: Re: Problem building modified docs Message-ID: <19991022161327.A27822@rucus.ru.ac.za> In-Reply-To: <19991022134706.A316@marder-1> References: <19991022134706.A316@marder-1>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri 1999-10-22 (13:47), Mark Ovens wrote: > using ``cd /usr/doc; make all && make install'' without errors, > except for the usual one from tidy(1), I found that the change > appeared in install.html, but not in book.html but the time stamp > on *all* the *.html files had changed. > > What has gone wrong? tidy touches book.html, so it has a timestamp later than book.sgml, so the rule to generate book.html isn't run. I noticed this myself yesterday, but haven't had the time to do anything about it yet. Fix is to change "tidy *" to "tidy `xargs < HTML.manifest`". I'll take care of it in a second. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za 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?19991022161327.A27822>