From owner-freebsd-doc Wed Jan 23 13:20: 9 2002 Delivered-To: freebsd-doc@freebsd.org Received: from blueyonder.co.uk (pcow057o.blueyonder.co.uk [195.188.53.94]) by hub.freebsd.org (Postfix) with ESMTP id 1C95637B416 for ; Wed, 23 Jan 2002 13:20:04 -0800 (PST) Received: from pcow057o.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 23 Jan 2002 21:20:02 +0000 Received: from fluoxetine.lan (unverified [62.31.193.116]) by pcow057o.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id for ; Wed, 23 Jan 2002 21:20:02 +0000 Date: Wed, 23 Jan 2002 21:20:19 +0000 (GMT) From: Andrew McKay X-X-Sender: andy@fluoxetine.lan To: freebsd-doc@freebsd.org Subject: Re: eps images not building in online handbook In-Reply-To: <20020123165802.B53456@clan.nothing-going-on.org> Message-ID: <20020123210612.R16282-100000@fluoxetine.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 23 Jan 2002, Nik Clayton wrote: NC> A couple of the image files existed, but were zero length. Because they NC> existed they weren't being rebuilt. Removing them, and rebuilding the NC> web site, fixed it. Is there any easy way to test the 'built files that already exist' for being zero length and force them to be rebuilt so that this doesn't happen? I know it would be fairly trivial with a pre-build shell script (run through and delete all zero length files, for example - `find ./ -empty -delete`) but I was wondering if this was something that make could do/be made to do. Just a thought... -- Andrew McKay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message