summaryrefslogtreecommitdiffstats
path: root/release/doc/en_US.ISO8859-1/relnotes/i386
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-04-27 21:28:02 +0000
committerbmah <bmah@FreeBSD.org>2001-04-27 21:28:02 +0000
commit0b059bcc425cfc51d0f0b21504e5799c4d743f7a (patch)
tree9715fec075c42ff6e429ff4e7f6d7b20eed2f340 /release/doc/en_US.ISO8859-1/relnotes/i386
parentd1b5948b96a528278163e23d5b67b9d1ace766e2 (diff)
downloadFreeBSD-src-0b059bcc425cfc51d0f0b21504e5799c4d743f7a.zip
FreeBSD-src-0b059bcc425cfc51d0f0b21504e5799c4d743f7a.tar.gz
First commit of RELNOTESng, the rewrite of the *.TXT documentation
files. src/release/doc/README has additional information. Reviewed by: -current, -doc
Diffstat (limited to 'release/doc/en_US.ISO8859-1/relnotes/i386')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/i386/Makefile21
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/i386/article.sgml25
2 files changed, 46 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/i386/Makefile b/release/doc/en_US.ISO8859-1/relnotes/i386/Makefile
new file mode 100644
index 0000000..4a2b459
--- /dev/null
+++ b/release/doc/en_US.ISO8859-1/relnotes/i386/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+DOC?= article
+FORMATS?= html
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED?=
+EXTRA_CATALOGS+= ../../../share/sgml/catalog
+
+# SGML content
+SRCS+= article.sgml
+SRCS+= ../common/relnotes.ent
+SRCS+= ../common/artheader.sgml
+SRCS+= ../common/new.sgml
+SRCS+= ../common/upgrading.sgml
+
+# Use the appropriate architecture-dependent RELNOTESng stylesheet
+DSLHTML?= ${.CURDIR}/../../../share/sgml/release-i386.dsl
+DSLPRINT?= ${.CURDIR}/../../../share/sgml/release-i386.dsl
+
+DOC_PREFIX?= /usr/doc
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"
diff --git a/release/doc/en_US.ISO8859-1/relnotes/i386/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/i386/article.sgml
new file mode 100644
index 0000000..acf3463
--- /dev/null
+++ b/release/doc/en_US.ISO8859-1/relnotes/i386/article.sgml
@@ -0,0 +1,25 @@
+<!-- $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 "i386">
+
+]>
+
+<article>
+ &artheader;
+ &sect.intro;
+ &sect.new;
+ &sect.upgrading;
+</article>
OpenPOWER on IntegriCloud