From 13fc87734355420cb27f8acf42ebe4f051510fbd Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Tue, 29 May 2001 17:14:59 +0000 Subject: [PATCH] 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 Pointy hat to: bmah --- release/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index 80b250059799..a2ba6f958576 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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 #