summaryrefslogtreecommitdiffstats
path: root/release/doc/ja_JP.eucJP/relnotes
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2003-06-28 17:38:02 +0000
committerhrs <hrs@FreeBSD.org>2003-06-28 17:38:02 +0000
commit5a253de2b6c14a83517f08d9a7812ccc62d00398 (patch)
treeac010232031ecd7ebf0282755083c4c069583579 /release/doc/ja_JP.eucJP/relnotes
parent4ef60a87299d34e79ea5b33be53b8542348e5d24 (diff)
downloadFreeBSD-src-5a253de2b6c14a83517f08d9a7812ccc62d00398.zip
FreeBSD-src-5a253de2b6c14a83517f08d9a7812ccc62d00398.tar.gz
Merge the following from the English version:
1.5 -> 1.6 hardware/Makefile (new) -> 1.1 hardware/amd64/Makefile (new) -> 1.1 hardware/amd64/article.sgml (new) -> 1.1 hardware/amd64/proc-amd64.sgml 1.4 -> 1.5 hardware/common/hw.ent 1.5 -> 1.6 relnotes/Makefile (new) -> 1.1 relnotes/amd64/Makefile (new) -> 1.1 relnotes/amd64/article.sgml
Diffstat (limited to 'release/doc/ja_JP.eucJP/relnotes')
-rw-r--r--release/doc/ja_JP.eucJP/relnotes/Makefile3
-rw-r--r--release/doc/ja_JP.eucJP/relnotes/amd64/Makefile19
-rw-r--r--release/doc/ja_JP.eucJP/relnotes/amd64/article.sgml28
3 files changed, 49 insertions, 1 deletions
diff --git a/release/doc/ja_JP.eucJP/relnotes/Makefile b/release/doc/ja_JP.eucJP/relnotes/Makefile
index 60751a0..7a2bb96 100644
--- a/release/doc/ja_JP.eucJP/relnotes/Makefile
+++ b/release/doc/ja_JP.eucJP/relnotes/Makefile
@@ -1,9 +1,10 @@
# $FreeBSD$
-# Original revision: 1.5
+# Original revision: 1.6
RELN_ROOT?= ${.CURDIR}/../..
SUBDIR = alpha
+SUBDIR+= amd64
SUBDIR+= ia64
SUBDIR+= i386
SUBDIR+= pc98
diff --git a/release/doc/ja_JP.eucJP/relnotes/amd64/Makefile b/release/doc/ja_JP.eucJP/relnotes/amd64/Makefile
new file mode 100644
index 0000000..647128c
--- /dev/null
+++ b/release/doc/ja_JP.eucJP/relnotes/amd64/Makefile
@@ -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"
diff --git a/release/doc/ja_JP.eucJP/relnotes/amd64/article.sgml b/release/doc/ja_JP.eucJP/relnotes/amd64/article.sgml
new file mode 100644
index 0000000..ad6f9fb
--- /dev/null
+++ b/release/doc/ja_JP.eucJP/relnotes/amd64/article.sgml
@@ -0,0 +1,28 @@
+<!--
+ $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 "amd64">
+<!ENTITY arch.print "AMD64">
+
+]>
+
+<article>
+ &art;
+</article>
OpenPOWER on IntegriCloud