aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-29 02:22:48 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-29 02:22:48 +0000
commit16805608c89f6922bfd0581e48e913a5914fdeac (patch)
treebe414feb50fbe8649ad8b2dac3b5424395d2813a /release/Makefile
parentdc1feb301c62399f81eaae4019439c026c391b6f (diff)
downloadsrc-16805608c89f6922bfd0581e48e913a5914fdeac.tar.gz
src-16805608c89f6922bfd0581e48e913a5914fdeac.zip
Copy the documentation files up into the release area - I've been doing
this by hand all along. Silly.
Notes
Notes: svn path=/head/; revision=16823
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index e1a9d508a32d..913eec609183 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.225 1996/06/26 01:24:54 jkh Exp $
+# $Id: Makefile,v 1.226 1996/06/26 19:06:11 jkh Exp $
#
# How to roll a release:
#
@@ -413,6 +413,10 @@ ftp.1:
mkdir ${FD}
cd ${RD} && find floppies -print | cpio -dumpl ${FD}
cd ${RD}/dists && find . -print | cpio -dumpl ${FD}
+ cp ${.CURDIR}/sysinstall/help/readme.hlp ${FD}/README.TXT
+ cp ${.CURDIR}/sysinstall/help/hardware.hlp ${FD}/HARDWARE.TXT
+ cp ${.CURDIR}/sysinstall/help/install.hlp ${FD}/INSTALL.TXT
+ cp ${.CURDIR}/sysinstall/help/relnotes.hlp ${FD}/RELNOTES.TXT
#
# --==## Setup a suitable cdrom-area ##==--
@@ -432,6 +436,10 @@ cdrom.1:
fi \
done
echo "CD_VERSION = ${BUILDNAME}" > ${CD}/cdrom.inf
+ cp ${.CURDIR}/sysinstall/help/readme.hlp ${CD}/README.TXT
+ cp ${.CURDIR}/sysinstall/help/hardware.hlp ${CD}/HARDWARE.TXT
+ cp ${.CURDIR}/sysinstall/help/install.hlp ${CD}/INSTALL.TXT
+ cp ${.CURDIR}/sysinstall/help/relnotes.hlp ${CD}/RELNOTES.TXT
# Various "subroutine" and other supporting targets.