Fix up some references to files.

This commit is contained in:
Christian Hammond 2006-06-06 08:46:01 +00:00
parent 629f6e08ca
commit ebda20522d
3 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
Tue Jun 06 01:45:46 PDT 2006 Christian Hammond <chipx86@chipx86.com>
* docs/reference/libnotify-docs.sgml:
* docs/reference/tmpl/libnotify-docs.sgml:
- Fix up some references to files.
Tue Jun 06 01:29:20 PDT 2006 Christian Hammond <chipx86@chipx86.com>
* docs/reference/libnotify-sections.txt:

View File

@ -8,7 +8,7 @@
<chapter>
<title>[Insert title here]</title>
<xi:include href="xml/notification.xml"/>
<xi:include href="xml/notify.xml"/>
<xi:include href="xml/notification.xml"/>
</chapter>
</book>

View File

@ -3,12 +3,12 @@
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>libgalago Reference Manual</title>
<title>Libnotify Reference Manual</title>
</bookinfo>
<chapter id='libnotify'>
<title>libnotify</title>
<xi:include href="xml/notify.sgml"/>
<xi:include href="xml/notify-notification.sgml"/>
<title>Libnotify</title>
<xi:include href="xml/notify.xml"/>
<xi:include href="xml/notification.xml"/>
</chapter>
</book>