From 5c12c7bf5aea8a76101424871839015089160663 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Fri, 17 Aug 2007 14:13:39 +0000 Subject: [PATCH] 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) --- release/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/release/Makefile b/release/Makefile index 0a124caf7788..90eccd252c3b 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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} #