Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2001 18:26:20 -0600
From:      Alfred Perlstein <bright@mu.org>
To:        nik@freebsd.org
Cc:        doc@freebsd.org
Subject:   fixups for doc.docbook.mk
Message-ID:  <20011204182620.B92148@elvis.mu.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011204182620.B92148>