mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
pc98 now has its own relnotes and hardware documents.
This commit is contained in:
parent
64917c4f00
commit
f7f8fa6135
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97678
@ -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} ; \
|
||||
|
Loading…
Reference in New Issue
Block a user