diff options
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/errata.xml | 15 | ||||
-rw-r--r-- | prologue/preface.xml | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/prologue/errata.xml b/prologue/errata.xml new file mode 100644 index 000000000..03b4ee180 --- /dev/null +++ b/prologue/errata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> +<sect1 id="ch-scatter-errata"> +<title>Errata</title> +<?dbhtml filename="errata.html"?> + +<para>PLACEHOLDER</para> + +<para>Link to errata page <ulink url="&errata;"/></para> + +</sect1> + diff --git a/prologue/preface.xml b/prologue/preface.xml index d86134484..79659f1d2 100644 --- a/prologue/preface.xml +++ b/prologue/preface.xml @@ -13,5 +13,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="prerequisites.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="typography.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="organization.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="errata.xml"/> </preface> |