Remove one more reference to the installation notes, this time in the

floppies directory.

Pointed out by:	kensmith
Approved by:	re (blanket for installation notes removal)
This commit is contained in:
Bruce A. Mah 2007-08-17 14:13:39 +00:00
parent 6ee326fe2f
commit 5c12c7bf5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171874

View File

@ -877,15 +877,8 @@ floppies.2:
# Do our last minute floppies directory setup
floppies.3:
.if !defined(NODOC)
@cp ${RND}/${RELNOTES_LANG}/installation/${TARGET}/article.txt \
${RD}/floppies/README.TXT
@(cd ${RD}/floppies; md5 README.TXT *.flp > CHECKSUM.MD5)
@(cd ${RD}/floppies; sha256 README.TXT *.flp > CHECKSUM.SHA256)
.else
@(cd ${RD}/floppies; md5 *.flp > CHECKSUM.MD5)
@(cd ${RD}/floppies; sha256 *.flp > CHECKSUM.SHA256)
.endif
touch ${.TARGET}
#