From owner-freebsd-doc Tue Dec 4 16:26:22 2001 Delivered-To: freebsd-doc@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id A03B237B41B; Tue, 4 Dec 2001 16:26:20 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 534FA81D03; Tue, 4 Dec 2001 18:26:20 -0600 (CST) Date: Tue, 4 Dec 2001 18:26:20 -0600 From: Alfred Perlstein To: nik@freebsd.org Cc: doc@freebsd.org Subject: fixups for doc.docbook.mk Message-ID: <20011204182620.B92148@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 Ok, I noticed something, basically a bunch of formats (well, html/pdf) rebuild the main doc if any of the images change, for html this is completely unncescesary, and for pdf, only the pdf, not the pdf-tex most likely needs to be rebuilt. I think I know how to fix this conceptually, but actually doing the legwork gives me a headache (although I may get it done), basically what needs to be done is a phony target along the lines of article.html.phony: article.html ${IMAGES} article.html: build article.html I just wanted to bring it to your attention, if I get it fixed here I'll share the work that I do. Let me know if this makes sense. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' http://www.morons.org/rants/gpl-harmful.php3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message