Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Apr 2004 15:53:43 -0700 (PDT)
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: doc/share/mk doc.docbook.mk doc.images.mk
Message-ID:  <200404052253.i35Mrh2O027434@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
simon       2004/04/05 15:53:43 PDT

  FreeBSD doc repository

  Modified files:
    share/mk             doc.docbook.mk doc.images.mk 
  Log:
  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
  
  Revision  Changes    Path
  1.105     +1 -1      doc/share/mk/doc.docbook.mk
  1.27      +3 -4      doc/share/mk/doc.images.mk



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