summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2002-11-08 18:15:02 +0000
committerbmah <bmah@FreeBSD.org>2002-11-08 18:15:02 +0000
commit451dec5f86ca56ab2475ea41c94afa7b4fc2b919 (patch)
tree9f9345ca7442b6f2ff6b5767df73627336231ff0
parent9918575c8a3c567575e9ef1744c2464690eb828e (diff)
downloadFreeBSD-src-451dec5f86ca56ab2475ea41c94afa7b4fc2b919.zip
FreeBSD-src-451dec5f86ca56ab2475ea41c94afa7b4fc2b919.tar.gz
Include the pc98 installation document in the RELNOTESng snapshot
page.
-rw-r--r--release/doc/share/examples/Makefile.relnotesng8
1 files changed, 1 insertions, 7 deletions
diff --git a/release/doc/share/examples/Makefile.relnotesng b/release/doc/share/examples/Makefile.relnotesng
index 2c1a637..50e189b 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} ; \
OpenPOWER on IntegriCloud