Index: head/release/doc/ja_JP.eucJP/hardware/Makefile
===================================================================
--- head/release/doc/ja_JP.eucJP/hardware/Makefile (revision 116992)
+++ head/release/doc/ja_JP.eucJP/hardware/Makefile (revision 116993)
@@ -1,13 +1,14 @@
# $FreeBSD$
-# Original revision: 1.5
+# Original revision: 1.6
RELN_ROOT?= ${.CURDIR}/../..
SUBDIR = alpha
+SUBDIR+= amd64
SUBDIR+= ia64
SUBDIR+= i386
SUBDIR+= sparc64
SUBDIR+= pc98
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
Index: head/release/doc/ja_JP.eucJP/hardware/amd64/Makefile
===================================================================
--- head/release/doc/ja_JP.eucJP/hardware/amd64/Makefile (nonexistent)
+++ head/release/doc/ja_JP.eucJP/hardware/amd64/Makefile (revision 116993)
@@ -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-amd64.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"
Property changes on: head/release/doc/ja_JP.eucJP/hardware/amd64/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+FreeBSD=%H
\ No newline at end of property
Index: head/release/doc/ja_JP.eucJP/hardware/amd64/article.sgml
===================================================================
--- head/release/doc/ja_JP.eucJP/hardware/amd64/article.sgml (nonexistent)
+++ head/release/doc/ja_JP.eucJP/hardware/amd64/article.sgml (revision 116993)
@@ -0,0 +1,29 @@
+
+
+
+
+%man;
+
+%ja-authors;
+
+%authors;
+
+%ja-mlists;
+
+%release;
+ %sections;
+
+
+
+
+
+
+]>
+
+
+ &artheader;
+ §.intro;
+ §.proc.amd64;
+ §.dev;
+
Property changes on: head/release/doc/ja_JP.eucJP/hardware/amd64/article.sgml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+FreeBSD=%H
\ No newline at end of property
Index: head/release/doc/ja_JP.eucJP/hardware/amd64/proc-amd64.sgml
===================================================================
--- head/release/doc/ja_JP.eucJP/hardware/amd64/proc-amd64.sgml (nonexistent)
+++ head/release/doc/ja_JP.eucJP/hardware/amd64/proc-amd64.sgml (revision 116993)
@@ -0,0 +1,10 @@
+
+
+ 対応プロセッサおよびマザーボード
+
+ We need to write this part.
+
+
Property changes on: head/release/doc/ja_JP.eucJP/hardware/amd64/proc-amd64.sgml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+FreeBSD=%H
\ No newline at end of property
Index: head/release/doc/ja_JP.eucJP/hardware/common/hw.ent
===================================================================
--- head/release/doc/ja_JP.eucJP/hardware/common/hw.ent (revision 116992)
+++ head/release/doc/ja_JP.eucJP/hardware/common/hw.ent (revision 116993)
@@ -1,18 +1,19 @@
+
Index: head/release/doc/ja_JP.eucJP/relnotes/Makefile
===================================================================
--- head/release/doc/ja_JP.eucJP/relnotes/Makefile (revision 116992)
+++ head/release/doc/ja_JP.eucJP/relnotes/Makefile (revision 116993)
@@ -1,13 +1,14 @@
# $FreeBSD$
-# Original revision: 1.5
+# Original revision: 1.6
RELN_ROOT?= ${.CURDIR}/../..
SUBDIR = alpha
+SUBDIR+= amd64
SUBDIR+= ia64
SUBDIR+= i386
SUBDIR+= pc98
SUBDIR+= sparc64
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
Index: head/release/doc/ja_JP.eucJP/relnotes/amd64/Makefile
===================================================================
--- head/release/doc/ja_JP.eucJP/relnotes/amd64/Makefile (nonexistent)
+++ head/release/doc/ja_JP.eucJP/relnotes/amd64/Makefile (revision 116993)
@@ -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"
Property changes on: head/release/doc/ja_JP.eucJP/relnotes/amd64/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+FreeBSD=%H
\ No newline at end of property
Index: head/release/doc/ja_JP.eucJP/relnotes/amd64/article.sgml
===================================================================
--- head/release/doc/ja_JP.eucJP/relnotes/amd64/article.sgml (nonexistent)
+++ head/release/doc/ja_JP.eucJP/relnotes/amd64/article.sgml (revision 116993)
@@ -0,0 +1,28 @@
+
+
+
+%man;
+
+%ja-authors;
+
+%authors;
+
+%ja-mlists;
+
+%release;
+ %sections;
+
+
+
+
+
+
+]>
+
+
+ &art;
+
Property changes on: head/release/doc/ja_JP.eucJP/relnotes/amd64/article.sgml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+FreeBSD=%H
\ No newline at end of property