Factor out arch.* entities so we don't need to include them with

every one of the release documents.

Approved by:	re (implicitly)
This commit is contained in:
Bruce A. Mah 2007-08-18 16:40:37 +00:00
parent efe7553ed7
commit 050abcaec1
3 changed files with 10 additions and 20 deletions

View File

@ -9,16 +9,6 @@
<!-- Text constants which probably don't need to be changed.-->
<!-- Architecture names -->
<!ENTITY arch.amd64 "amd64">
<!ENTITY arch.arm "arm">
<!ENTITY arch.i386 "i386">
<!ENTITY arch.ia64 "ia64">
<!ENTITY arch.pc98 "pc98">
<!ENTITY arch.powerpc "powerpc">
<!ENTITY arch.sparc64 "sparc64">
<!ENTITY arch.sun4v "sun4v">
]>
<article>

View File

@ -10,16 +10,6 @@
<!-- The marker for MFCs. -->
<!ENTITY merged "[MERGED]">
<!-- Architecture names -->
<!ENTITY arch.amd64 "amd64">
<!ENTITY arch.arm "arm">
<!ENTITY arch.i386 "i386">
<!ENTITY arch.ia64 "ia64">
<!ENTITY arch.pc98 "pc98">
<!ENTITY arch.powerpc "powerpc">
<!ENTITY arch.sparc64 "sparc64">
<!ENTITY arch.sun4v "sun4v">
<!ENTITY % include.historic "IGNORE">
<!ENTITY % no.include.historic "IGNORE">
]>

View File

@ -49,3 +49,13 @@
other fancy markup on it in the future. -->
<!ENTITY os "FreeBSD">
<!-- Architecture names -->
<!ENTITY arch.amd64 "amd64">
<!ENTITY arch.arm "arm">
<!ENTITY arch.i386 "i386">
<!ENTITY arch.ia64 "ia64">
<!ENTITY arch.pc98 "pc98">
<!ENTITY arch.powerpc "powerpc">
<!ENTITY arch.sparc64 "sparc64">
<!ENTITY arch.sun4v "sun4v">