- Catch up with the English version:

1.3   -> 1.4  	relnotes/i386/article.sgml

- Hook ia64 up to the build:

	1.4   -> 1.5  	relnotes/Makefile
	(new) -> 1.1  	relnotes/ia64/Makefile
	(new) -> 1.1  	relnotes/ia64/article.sgml

Submitted by:	Hideyuki KURASHINA <rushani@jp.FreeBSD.org>
References:	[doc-jp-work 550]
This commit is contained in:
hrs 2003-01-05 20:40:43 +00:00
parent 0552c4bec8
commit 19808f983f
4 changed files with 54 additions and 3 deletions

View File

@ -1,9 +1,10 @@
# $FreeBSD$
# Original revision: 1.4
# Original revision: 1.5
RELN_ROOT?= ${.CURDIR}/../..
SUBDIR = alpha
SUBDIR+= ia64
SUBDIR+= i386
SUBDIR+= pc98
SUBDIR+= sparc64

View File

@ -3,7 +3,7 @@
$FreeBSD$
Original revision: 1.3
Original revision: 1.4
-->
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@ -22,7 +22,7 @@
<!-- Architecture-specific customization -->
<!ENTITY arch "i386">
<!ENTITY arch.print "IA-32">
<!ENTITY arch.print "i386">
]>

View File

@ -0,0 +1,19 @@
# $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+= ../common/relnotes.ent
SRCS+= ../common/new.sgml
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

View File

@ -0,0 +1,31 @@
<!--
FreeBSD Japanese Documentation Project
$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/relnotes.ent"> %sections;
<!-- Architecture-specific customization -->
<!ENTITY arch "ia64">
<!ENTITY arch.print "IA-64">
]>
<article>
&art;
</article>