summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-05-29 17:14:59 +0000
committerbmah <bmah@FreeBSD.org>2001-05-29 17:14:59 +0000
commitb7d266ab871c982760b8a88cdfbd809980a8f6cc (patch)
tree2d21f686898715cfa25cc97768fd57476b9e94cc /release
parent5639a39cc3b0400fd17835f364fce97379568204 (diff)
downloadFreeBSD-src-b7d266ab871c982760b8a88cdfbd809980a8f6cc.zip
FreeBSD-src-b7d266ab871c982760b8a88cdfbd809980a8f6cc.tar.gz
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
Diffstat (limited to 'release')
-rw-r--r--release/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 80b2500..a2ba6f9 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
#
OpenPOWER on IntegriCloud