From 35e45efa1a5f8aa389553dc7e40f96b4cac13e76 Mon Sep 17 00:00:00 2001 From: bmah Date: Sun, 23 Sep 2001 22:32:09 +0000 Subject: 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 --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/Makefile b/release/Makefile index 9d57b6c..edb6da9 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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 -- cgit v1.1