- Merge the following from the English version:

1.2   -> 1.3  	hardware/sparc64/Makefile

- Add new translations and activate them:

	(new) -> 1.1  	hardware/pc98/Makefile
	(new) -> 1.1  	hardware/pc98/article.sgml
	(new) -> 1.1  	hardware/pc98/proc-pc98.sgml
This commit is contained in:
Hiroki Sato 2003-01-05 21:46:31 +00:00
parent f9d6c304b4
commit 7bf701d6f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108732
5 changed files with 65 additions and 2 deletions

View file

@ -7,7 +7,7 @@ SUBDIR = alpha
SUBDIR+= ia64
SUBDIR+= i386
SUBDIR+= sparc64
#SUBDIR+= pc98
SUBDIR+= pc98
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

View file

@ -0,0 +1,21 @@
# $FreeBSD$
# Original revision: 1.1
RELN_ROOT?= ${.CURDIR}/../../..
DOC?= article
FORMATS?= html
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
JADEFLAGS+= -V %generate-article-toc%
# SGML content
SRCS+= article.sgml
SRCS+= proc-pc98.sgml
SRCS+= ../common/hw.ent
SRCS+= ../common/artheader.sgml
SRCS+= ../common/dev.sgml
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

View file

@ -0,0 +1,31 @@
<!--
$FreeBSD$
Original revision: 1.1
-->
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
%man;
<!ENTITY % ja-authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//JA">
%ja-authors;
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
%authors;
<!ENTITY % ja-mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//JA">
%ja-mlists;
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
%release;
<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections;
<!-- Architecture-specific customization -->
<!ENTITY arch "pc98">
<!ENTITY arch.print "NEC PC-98x1">
]>
<article>
&artheader;
&sect.intro;
&sect.proc.pc98;
&sect.dev;
</article>

View file

@ -0,0 +1,10 @@
<!--
$FreeBSD$
Original revision: 1.1
-->
<sect1>
<title>対応しているシステム</title>
<para>NEC PC-98x1 マシン</para>
<para>EPSON PC-x86 マシン (NEC PC-98x1 互換)</para>
</sect1>

View file

@ -1,5 +1,5 @@
# $FreeBSD$
# Original revision: 1.2
# Original revision: 1.3
RELN_ROOT?= ${.CURDIR}/../../..
@ -15,6 +15,7 @@ SRCS+= article.sgml
SRCS+= proc-sparc64.sgml
SRCS+= ../common/hw.ent
SRCS+= ../common/artheader.sgml
SRCS+= ../common/dev.sgml
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"