summaryrefslogtreecommitdiff
path: root/help/reference/libview
diff options
context:
space:
mode:
Diffstat (limited to 'help/reference/libview')
-rw-r--r--help/reference/libview/Makefile.am6
-rw-r--r--help/reference/libview/libevview-docs.xml8
-rw-r--r--help/reference/libview/libevview.types2
3 files changed, 8 insertions, 8 deletions
diff --git a/help/reference/libview/Makefile.am b/help/reference/libview/Makefile.am
index d00a8be1..34a18839 100644
--- a/help/reference/libview/Makefile.am
+++ b/help/reference/libview/Makefile.am
@@ -101,12 +101,12 @@ GTKDOC_CFLAGS = \
-I$(top_srcdir)/libview \
-I$(top_srcdir)/libdocument \
-I$(top_builddir)/libdocument \
- -DEVINCEDATADIR=\"$(pkgdatadir)\" \
+ -DATRILDATADIR=\"$(pkgdatadir)\" \
-DMATEDATADIR=\"$(datadir)\" \
- -DEVINCE_UIDIR=\"$(pkgdatadir)\" \
+ -DATRIL_UIDIR=\"$(pkgdatadir)\" \
-DMATELOCALEDIR=\"$(datadir)/locale\" \
-DEV_BACKENDSDIR=\"$(backenddir)\" \
- -DEVINCE_COMPILATION \
+ -DATRIL_COMPILATION \
$(AM_CFLAGS) \
$(LIBVIEW_CFLAGS) \
$(WARN_CFLAGS) \
diff --git a/help/reference/libview/libevview-docs.xml b/help/reference/libview/libevview-docs.xml
index 8bed6139..9935217d 100644
--- a/help/reference/libview/libevview-docs.xml
+++ b/help/reference/libview/libevview-docs.xml
@@ -5,7 +5,7 @@
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "version.xml">
]>
-<book id="evince-view">
+<book id="atril-view">
<!--
Copyright © 2009, 2010 Christian Persch
@@ -17,9 +17,9 @@
A copy of the license is included in the COPYING file.
-->
<bookinfo>
- <title>Evince View Library Reference Manual</title>
+ <title>Atril View Library Reference Manual</title>
<releaseinfo>
- For Evince version &version;.
+ For Atril version &version;.
The latest version of this documentation can be found on-line at the
<ulink role="online-location" url="http://library.mate.org/devel/libevview/index.html">MATE Library</ulink>.
</releaseinfo>
@@ -67,7 +67,7 @@
</bookinfo>
<part id="view-view">
- <title>Evince View</title>
+ <title>Atril View</title>
<partintro>
<para>
</para>
diff --git a/help/reference/libview/libevview.types b/help/reference/libview/libevview.types
index 668b715a..1df4432f 100644
--- a/help/reference/libview/libevview.types
+++ b/help/reference/libview/libevview.types
@@ -1,4 +1,4 @@
-#include <evince-view.h>
+#include <atril-view.h>
#include "ev-annotation-window.h"
#include "ev-page-cache.h"
#include "ev-view-presentation.h"