The README file in the floppies/ directory of a distribution should

come from the installation document (of the release documentation)
not the readme.  The installation document is the one that has the
content of the old FLOPPIES.TXT.

Pointy hat to:	bmah
This commit is contained in:
Bruce A. Mah 2001-09-23 22:32:09 +00:00
parent dbcc198301
commit 3e742bc8dd

View File

@ -691,7 +691,7 @@ release.9:
${MNT} ${FIXITSIZE} ${RD}/fixitfd ${FIXITINODE} ${FIXITLABEL}
# Do our last minute floppies directory setup in a convenient place.
.if !defined(NODOC)
@cp ${.CURDIR}/doc/${RELNOTES_LANG}/readme/article.txt \
@cp ${.CURDIR}/doc/${RELNOTES_LANG}/installation/${MACHINE_ARCH}/article.txt \
${RD}/floppies/README.TXT
@(cd ${RD}/floppies; md5 README.TXT *.flp > CHECKSUM.MD5)
.else