GayBSD documentation tree
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
|
||
|---|---|---|
| bn_BD.ISO10646-1 | ||
| da_DK.ISO8859-1 | ||
| de_DE.ISO8859-1 | ||
| el_GR.ISO8859-7 | ||
| en/handbook/contrib | ||
| en_US.ISO8859-1 | ||
| es_ES.ISO8859-1 | ||
| fr_FR.ISO8859-1 | ||
| it_IT.ISO8859-15 | ||
| ja_JP.eucJP | ||
| nl_NL.ISO8859-1 | ||
| no_NO.ISO8859-1/books/handbook | ||
| pl_PL.ISO8859-2 | ||
| pt_BR.ISO8859-1 | ||
| release | ||
| ru_RU.KOI8-R | ||
| share | ||
| sr_YU.ISO8859-2 | ||
| tr_TR.ISO8859-9 | ||
| zh/FAQ | ||
| zh_TW.Big5 | ||
| Makefile | ||
| README | ||
$FreeBSD$
If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/fdp-primer/
for information about the tools and formatting languages we use. Chapter
2 covers the software and related items you will need to install.