From 5650d1726fe51ba609776f4ccf991f925a8f9a7b Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Fri, 8 Nov 2002 18:15:02 +0000 Subject: [PATCH] Include the pc98 installation document in the RELNOTESng snapshot page. --- release/doc/share/examples/Makefile.relnotesng | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/release/doc/share/examples/Makefile.relnotesng b/release/doc/share/examples/Makefile.relnotesng index 2c1a63753fd1..50e189b9ced7 100644 --- a/release/doc/share/examples/Makefile.relnotesng +++ b/release/doc/share/examples/Makefile.relnotesng @@ -6,10 +6,9 @@ # the build tree. # -ARCHS= i386 alpha sparc64 +ARCHS= alpha i386 pc98 sparc64 MULTITEXTS= installation relnotes hardware UNITEXTS= readme errata early-adopter -PC98MULTITEXTS= relnotes hardware IMAGEDIR= .imagedir RHOST= freefall.freebsd.org @@ -43,11 +42,6 @@ image: all done; \ done; \ done - for j in ${PC98MULTITEXTS}; do \ - for k in ${FORMATS}; do \ - cp -p ${DOCDIR}/${LANG}/$${j}/pc98/article.$${k} ${IMAGEDIR}/$${j}-pc98.$${k} ; \ - done; \ - done for j in ${UNITEXTS}; do \ for k in ${FORMATS}; do \ cp -p ${DOCDIR}/${LANG}/$${j}/article.$${k} ${IMAGEDIR}/$${j}.$${k} ; \