diff options
author | marcel <marcel@FreeBSD.org> | 2006-07-31 01:32:30 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2006-07-31 01:32:30 +0000 |
commit | 5fe81da396fa8e09d9fd94f02c518b3b083e4cfb (patch) | |
tree | c5b8a8b54771dd1f6b52ff862e08d4eab1bbabb0 | |
parent | 1346dae68ec5c7953007a820893fd1aad5d7b23d (diff) | |
download | FreeBSD-src-5fe81da396fa8e09d9fd94f02c518b3b083e4cfb.zip FreeBSD-src-5fe81da396fa8e09d9fd94f02c518b3b083e4cfb.tar.gz |
Add the bones for PowerPC release documentation. This has been
derived from ia64.
12 files changed, 152 insertions, 1 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/Makefile b/release/doc/en_US.ISO8859-1/hardware/Makefile index d9aba77..9a12f73 100644 --- a/release/doc/en_US.ISO8859-1/hardware/Makefile +++ b/release/doc/en_US.ISO8859-1/hardware/Makefile @@ -6,6 +6,7 @@ SUBDIR= amd64 SUBDIR+= ia64 SUBDIR+= i386 SUBDIR+= pc98 +SUBDIR+= powerpc SUBDIR+= sparc64 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk" diff --git a/release/doc/en_US.ISO8859-1/hardware/common/hw.ent b/release/doc/en_US.ISO8859-1/hardware/common/hw.ent index c43b06b..7eeeaa0 100644 --- a/release/doc/en_US.ISO8859-1/hardware/common/hw.ent +++ b/release/doc/en_US.ISO8859-1/hardware/common/hw.ent @@ -11,6 +11,7 @@ <!ENTITY sect.proc.amd64 SYSTEM "../amd64/proc-amd64.sgml"> <!ENTITY sect.proc.i386 SYSTEM "../i386/proc-i386.sgml"> <!ENTITY sect.proc.ia64 SYSTEM "../ia64/proc-ia64.sgml"> +<!ENTITY sect.proc.powerpc SYSTEM "../powerpc/proc-powerpc.sgml"> <!ENTITY sect.proc.pc98 SYSTEM "../pc98/proc-pc98.sgml"> <!ENTITY sect.proc.sparc64 SYSTEM "../sparc64/proc-sparc64.sgml"> <!ENTITY sect.dev SYSTEM "../common/dev.sgml"> diff --git a/release/doc/en_US.ISO8859-1/hardware/powerpc/Makefile b/release/doc/en_US.ISO8859-1/hardware/powerpc/Makefile new file mode 100644 index 0000000..04a1c03 --- /dev/null +++ b/release/doc/en_US.ISO8859-1/hardware/powerpc/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +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-powerpc.sgml +SRCS+= ../common/hw.ent +SRCS+= ../common/artheader.sgml +SRCS+= ../common/dev.sgml +SRCS+= ${DEV-AUTODIR}/catalog-auto +SRCS+= ${DEV-AUTODIR}/dev-auto.sgml + +.include "${RELN_ROOT}/share/mk/doc.relnotes.mk" +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/release/doc/en_US.ISO8859-1/hardware/powerpc/article.sgml b/release/doc/en_US.ISO8859-1/hardware/powerpc/article.sgml new file mode 100644 index 0000000..b722ade --- /dev/null +++ b/release/doc/en_US.ISO8859-1/hardware/powerpc/article.sgml @@ -0,0 +1,31 @@ +<!-- $FreeBSD$ --> + +<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ +<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN"> +%articles.ent; + +<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"> +%release; +<!ENTITY % devauto PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN"> +%devauto; +<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections; + +<!-- Architecture-specific customization --> + +<!ENTITY arch "powerpc"> +<!ENTITY arch.print "PowerPC"> + +]> + +<article> + &artheader; + + <abstract> + <para>This is a preliminary document. It is incomplete, and in + need of additional content.</para> + </abstract> + + §.intro; + §.proc.powerpc; + §.dev; +</article> diff --git a/release/doc/en_US.ISO8859-1/hardware/powerpc/proc-powerpc.sgml b/release/doc/en_US.ISO8859-1/hardware/powerpc/proc-powerpc.sgml new file mode 100644 index 0000000..e21a0ef --- /dev/null +++ b/release/doc/en_US.ISO8859-1/hardware/powerpc/proc-powerpc.sgml @@ -0,0 +1,9 @@ +<!-- + $FreeBSD$ +--> +<sect1 id="proc-powerpc"> + <title>Supported Processors and Motherboards</title> + + <para>The information for this paragraph has yet to be compiled.</para> + +</sect1> diff --git a/release/doc/en_US.ISO8859-1/installation/Makefile b/release/doc/en_US.ISO8859-1/installation/Makefile index d9aba77..9a12f73 100644 --- a/release/doc/en_US.ISO8859-1/installation/Makefile +++ b/release/doc/en_US.ISO8859-1/installation/Makefile @@ -6,6 +6,7 @@ SUBDIR= amd64 SUBDIR+= ia64 SUBDIR+= i386 SUBDIR+= pc98 +SUBDIR+= powerpc SUBDIR+= sparc64 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk" diff --git a/release/doc/en_US.ISO8859-1/installation/powerpc/Makefile b/release/doc/en_US.ISO8859-1/installation/powerpc/Makefile new file mode 100644 index 0000000..36f855e --- /dev/null +++ b/release/doc/en_US.ISO8859-1/installation/powerpc/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +RELN_ROOT?= ${.CURDIR}/../../.. + +DOC?= article +FORMATS?= html +INSTALL_COMPRESSED?= gz +INSTALL_ONLY_COMPRESSED?= + +# SGML content +SRCS+= article.sgml +SRCS+= ../common/artheader.sgml +SRCS+= ../common/abstract.sgml +SRCS+= ../common/install.sgml +SRCS+= ../common/layout.sgml +SRCS+= ../common/trouble.sgml +SRCS+= ../common/upgrade.sgml + +.include "${RELN_ROOT}/share/mk/doc.relnotes.mk" +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/release/doc/en_US.ISO8859-1/installation/powerpc/article.sgml b/release/doc/en_US.ISO8859-1/installation/powerpc/article.sgml new file mode 100644 index 0000000..bfe0110 --- /dev/null +++ b/release/doc/en_US.ISO8859-1/installation/powerpc/article.sgml @@ -0,0 +1,26 @@ +<!-- $FreeBSD$ --> + +<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ +<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN"> +%articles.ent; + +<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"> +%release; +<!ENTITY % sections SYSTEM "../common/install.ent"> +%sections; + +<!-- Architecture-specific customization --> + +<!ENTITY arch "powerpc"> +<!ENTITY arch.print "PowerPC"> + +]> + +<article> +&artheader; +&abstract; +§.install; +§.layout; +§.upgrade; +§.trouble; +</article> diff --git a/release/doc/en_US.ISO8859-1/relnotes/Makefile b/release/doc/en_US.ISO8859-1/relnotes/Makefile index d9aba77..9a12f73 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/Makefile +++ b/release/doc/en_US.ISO8859-1/relnotes/Makefile @@ -6,6 +6,7 @@ SUBDIR= amd64 SUBDIR+= ia64 SUBDIR+= i386 SUBDIR+= pc98 +SUBDIR+= powerpc SUBDIR+= sparc64 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk" diff --git a/release/doc/en_US.ISO8859-1/relnotes/powerpc/Makefile b/release/doc/en_US.ISO8859-1/relnotes/powerpc/Makefile new file mode 100644 index 0000000..f548b33 --- /dev/null +++ b/release/doc/en_US.ISO8859-1/relnotes/powerpc/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +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/en_US.ISO8859-1/relnotes/powerpc/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/powerpc/article.sgml new file mode 100644 index 0000000..a9fa32f --- /dev/null +++ b/release/doc/en_US.ISO8859-1/relnotes/powerpc/article.sgml @@ -0,0 +1,21 @@ +<!-- $FreeBSD$ --> + +<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ +<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN"> +%articles.ent; + +<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"> +%release; +<!ENTITY % sections SYSTEM "../common/relnotes.ent"> +%sections; + +<!-- Architecture-specific customization --> + +<!ENTITY arch "powerpc"> +<!ENTITY arch.print "PowerPC"> + +]> + +<article> + &art; +</article> diff --git a/release/doc/share/examples/Makefile.relnotesng b/release/doc/share/examples/Makefile.relnotesng index 402364f..6f5ff98 100644 --- a/release/doc/share/examples/Makefile.relnotesng +++ b/release/doc/share/examples/Makefile.relnotesng @@ -6,7 +6,7 @@ # the build tree. # -ARCHS= amd64 ia64 i386 pc98 sparc64 +ARCHS= amd64 ia64 i386 pc98 powerpc sparc64 MULTITEXTS= installation relnotes hardware UNITEXTS= readme errata |