Include the pc98 installation document in the RELNOTESng snapshot

page.
This commit is contained in:
Bruce A. Mah 2002-11-08 18:15:02 +00:00
parent 1d966d27b1
commit 5650d1726f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106650

View File

@ -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} ; \