summaryrefslogtreecommitdiff
path: root/manual/templates
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-02-17 13:16:27 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-02-17 13:16:27 +0000
commit78bafce752582126f232be45e03d7ba5540ec79d (patch)
treeb1a33dd78f907a7c4c19c7f5278737c3c94e578d /manual/templates
parent207eaa4298c2424cd70a9c97e83c16fbf60ffaee (diff)
Add an entities file and include it in the templates.
git-svn-id: svn://localhost/ardour2/trunk@1472 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual/templates')
-rw-r--r--manual/templates/chapter_template.xml3
-rw-r--r--manual/templates/section_template.xml3
2 files changed, 6 insertions, 0 deletions
diff --git a/manual/templates/chapter_template.xml b/manual/templates/chapter_template.xml
index 7a82e33853..ea286543c3 100644
--- a/manual/templates/chapter_template.xml
+++ b/manual/templates/chapter_template.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
+%BOOK_ENTITIES;
+
]>
<chapter id="ch-template">
diff --git a/manual/templates/section_template.xml b/manual/templates/section_template.xml
index a32339e520..e5cb7ae34d 100644
--- a/manual/templates/section_template.xml
+++ b/manual/templates/section_template.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
+%BOOK_ENTITIES;
+
]>
<section id="sn-template">