Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/reference/libview/libevview-docs.sgml
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2009-02-02 22:22:21 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2009-02-02 22:22:21 (GMT)
commit9a56c842cd84566f69f31d7ab4e1ec0492a157a3 (patch)
tree9559d0f0970ccb197adfe81a50bb1a8ed41ddae3 /help/reference/libview/libevview-docs.sgml
parent4d21ad0e844348c719b12c59575a0c8054079fb6 (diff)
Fixes build && distcheck
svn path=/trunk/; revision=3406
Diffstat (limited to 'help/reference/libview/libevview-docs.sgml')
-rw-r--r--help/reference/libview/libevview-docs.sgml15
1 files changed, 9 insertions, 6 deletions
diff --git a/help/reference/libview/libevview-docs.sgml b/help/reference/libview/libevview-docs.sgml
index ee04d5f..726a87b 100644
--- a/help/reference/libview/libevview-docs.sgml
+++ b/help/reference/libview/libevview-docs.sgml
@@ -2,8 +2,11 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
- <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
- <!ENTITY version SYSTEM "version.xml">
+ <!ENTITY version SYSTEM "version.xml">
+ <!ENTITY ev-jobs SYSTEM "xml/ev-jobs.xml">
+ <!ENTITY ev-page-cache SYSTEM "xml/ev-page-cache.xml">
+ <!ENTITY ev-view SYSTEM "xml/ev-view.xml">
+ <!ENTITY ev-job-scheduler SYSTEM "xml/ev-job-scheduler.xml">
]>
<book id="index">
<bookinfo>
@@ -17,9 +20,9 @@
<para>
</para>
</partintro>
- <xi:include href="xml/ev-jobs.xml"/>
- <xi:include href="xml/ev-page-cache.xml"/>
- <xi:include href="xml/ev-view.xml"/>
- <xi:include href="xml/ev-job-scheduler.xml"/>
+ &ev-jobs;
+ &ev-page-cache;
+ &ev-view;
+ &ev-job-scheduler;
</chapter>
</book>