From fdd57f1a0c49ee2e532141c063ff649e64a9d995 Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Mon, 9 Dec 2002 16:14:46 +0000 Subject: [PATCH] Create DRIVERS.TXT file to describe the contents of drivers.flp. Approved by: re --- release/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release/Makefile b/release/Makefile index 6218bdeff37f..49419bbe5b8f 100644 --- a/release/Makefile +++ b/release/Makefile @@ -788,6 +788,8 @@ release.10: ${MNT} ${FIXITSIZE} ${RD}/fixitfd ${FIXITINODE} ${FIXITLABEL} # Do our last minute floppies directory setup in a convenient place. .if !defined(NODOC) + @(cd ${RD}/driversfd; awk -f ${.CURDIR}/scripts/driver-desc.awk \ + *.dsc >> ${RD}/floppies/DRIVERS.TXT) @cp ${RND}/${RELNOTES_LANG}/installation/${TARGET}/article.txt \ ${RD}/floppies/README.TXT @(cd ${RD}/floppies; md5 README.TXT *.flp > CHECKSUM.MD5)