On Sun, 22 Mar 2009, Izumi Tsutsui wrote: > Log Message: > Don't put doc files (CHANGES etc.) available in ftp dir into ISOs. > ${RELEASEDIR} and ISO images created by build.sh don't have that files.
> .for image in ${CD_IMAGES} > #INTDIRS.${image}+= packages > -BASE_PORTS.${image}+= CHANGES CHANGES-5.0 CHANGES.prev \ > - LAST_MINUTE README.files > +# The following doc files are in ftp dir but not in RELEASEDIR on build.sh > +#BASE_PORTS.${image}+= CHANGES CHANGES-5.0 CHANGES.prev \ > +#BASE_PORTS.${image}+= LAST_MINUTE README.files > .endfor I think that those files they used to be present in iso images, and I am sure that it would be better if thse files were present. Instead of commenting out this code, please find a way to include the files. --apb (Alan Barrett)