summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2001-09-23 22:32:09 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2001-09-23 22:32:09 +0000
commit3e742bc8ddc7ed3a9a99ae9fa2585a10d77f62b0 (patch)
treecefc5c45fe5698e36ead2a72f9f07ce43c6b6737
parentdbcc1983018e7684e53bbdec4bb59d93dd21c82f (diff)
Notes
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 9d57b6c7417d..edb6da91df9b 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