aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
Diffstat (limited to 'release')
-rw-r--r--release/doc/share/examples/Makefile.relnotesng6
1 files changed, 6 insertions, 0 deletions
diff --git a/release/doc/share/examples/Makefile.relnotesng b/release/doc/share/examples/Makefile.relnotesng
index 80798be7b486c..eb95877ce7290 100644
--- a/release/doc/share/examples/Makefile.relnotesng
+++ b/release/doc/share/examples/Makefile.relnotesng
@@ -9,6 +9,7 @@
ARCHS= i386 alpha sparc64
MULTITEXTS= installation relnotes hardware
UNITEXTS= readme errata
+PC98MULTITEXTS= relnotes hardware
IMAGEDIR= .imagedir
RHOST= freefall.freebsd.org
@@ -42,6 +43,11 @@ 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} ; \