Unbreak make release (didn't completely account for removal of *.TXT

files).

Another diff will be forthcoming to fold the functionality of
NORELNOTES into NODOC.

Tested by:  John Hay <jhay@icomtek.csir.co.za>
Pointy hat to:  bmah
This commit is contained in:
Bruce A. Mah 2001-05-29 17:14:59 +00:00
parent 27aa48fd5b
commit 13fc877343
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77401

View File

@ -694,8 +694,13 @@ release.9:
@sh -e ${.CURDIR}/scripts/doFS.sh ${RD}/floppies/fixit.flp ${RD} \
${MNT} ${FIXITSIZE} ${RD}/fixitfd ${FIXITINODE} ${FIXITLABEL}
# Do our last minute floppies directory setup in a convenient place.
@cp ${.CURDIR}/texts/FLOPPIES.TXT ${RD}/floppies/README.TXT
.if !defined(NORELNOTES)
@cp ${.CURDIR}/doc/${RELNOTES_LANG}/readme/article.txt \
${RD}/floppies/README.TXT
@(cd ${RD}/floppies; md5 README.TXT *.flp > CHECKSUM.MD5)
.else
@(cd ${RD}/floppies; md5 *.flp > CHECKSUM.MD5)
.endif
touch release.9
#