summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2002-11-08 18:01:31 +0000
committerbmah <bmah@FreeBSD.org>2002-11-08 18:01:31 +0000
commitb6d1dfe9661a9cf26ec5b73d41a857a8bd1794ac (patch)
tree47a7c33a81184d4ffa3f5aa0f8e76cbc8ba337c1 /release
parent67cb5b60d20b553f24739f595d753d3593883c70 (diff)
downloadFreeBSD-src-b6d1dfe9661a9cf26ec5b73d41a857a8bd1794ac.zip
FreeBSD-src-b6d1dfe9661a9cf26ec5b73d41a857a8bd1794ac.tar.gz
Infrastructure for ia64 release notes and installation guide.
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/installation/ia64/Makefile20
-rw-r--r--release/doc/en_US.ISO8859-1/installation/ia64/article.sgml28
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/ia64/Makefile18
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/ia64/article.sgml23
4 files changed, 89 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/installation/ia64/Makefile b/release/doc/en_US.ISO8859-1/installation/ia64/Makefile
new file mode 100644
index 0000000..36f855e
--- /dev/null
+++ b/release/doc/en_US.ISO8859-1/installation/ia64/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/ia64/article.sgml b/release/doc/en_US.ISO8859-1/installation/ia64/article.sgml
new file mode 100644
index 0000000..5380b93
--- /dev/null
+++ b/release/doc/en_US.ISO8859-1/installation/ia64/article.sgml
@@ -0,0 +1,28 @@
+<!-- $FreeBSD$ -->
+
+<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
+<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
+%man;
+<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
+%authors;
+<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
+%mlists;
+<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
+%release;
+<!ENTITY % sections SYSTEM "../common/install.ent"> %sections;
+
+<!-- Architecture-specific customization -->
+
+<!ENTITY arch "ia64">
+<!ENTITY arch.print "IA-64">
+
+]>
+
+<article>
+&artheader;
+&abstract;
+&sect.install;
+&sect.layout;
+&sect.upgrade;
+&sect.trouble;
+</article>
diff --git a/release/doc/en_US.ISO8859-1/relnotes/ia64/Makefile b/release/doc/en_US.ISO8859-1/relnotes/ia64/Makefile
new file mode 100644
index 0000000..f548b33
--- /dev/null
+++ b/release/doc/en_US.ISO8859-1/relnotes/ia64/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/ia64/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/ia64/article.sgml
new file mode 100644
index 0000000..b7403a4
--- /dev/null
+++ b/release/doc/en_US.ISO8859-1/relnotes/ia64/article.sgml
@@ -0,0 +1,23 @@
+<!-- $FreeBSD$ -->
+
+<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
+<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
+%man;
+<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
+%authors;
+<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
+%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>
OpenPOWER on IntegriCloud