doc/share/mk
Simon L. B. Nielsen c0dc63ac06 Really unbreak creation of PDF documents which use "shared" PNG images:
The previous fix only worked in some cases, so back it out and add a
more clean fix.  This fix also makes "make clean" work as expected again
for the shared PNG images.

The real problem is the assumption in doc.images.mk that the
${IMAGES_PDF} variable only need to contain images converted to PDF
format and not images which are already in PNG format.  We need to list
the PNG images in ${IMAGES_PDF} since they might be in a shared image
directory, and if we don't list them in ${IMAGES_PDF} they will not be
copied to the working directory and will therefor not be found during
build.

Prompted by:	phantom
2004-04-05 22:53:43 +00:00
..
doc.common.mk Improve transtable.{xml,xsl}, including: 2004-01-12 21:27:01 +00:00
doc.docbook.mk Really unbreak creation of PDF documents which use "shared" PNG images: 2004-04-05 22:53:43 +00:00
doc.html.mk We never used .docb suffix in the project tree, so do not mention it 2004-03-24 09:52:57 +00:00
doc.images.mk Really unbreak creation of PDF documents which use "shared" PNG images: 2004-04-05 22:53:43 +00:00
doc.install.mk Add refinements on mirrors.xml: 2003-11-24 18:26:35 +00:00
doc.project.mk Add refinements on mirrors.xml: 2003-11-24 18:26:35 +00:00
doc.subdir.mk Quiet a few make warnings by adding a few .if statements. 2003-05-21 21:16:10 +00:00