diff options
author | Perberos <[email protected]> | 2011-11-09 18:44:56 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 18:44:56 -0300 |
commit | da7bb154d27d3b872867223a5df60df8f5fb6e7d (patch) | |
tree | c1a40fbb481956cf2fda2263bf78389622eba0a5 /help/reference/libview | |
parent | 342e9e9bf91625bf6f0102fb7bbc652dea222064 (diff) | |
download | atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.bz2 atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.xz |
renaming evince to atril
Diffstat (limited to 'help/reference/libview')
-rw-r--r-- | help/reference/libview/Makefile.am | 6 | ||||
-rw-r--r-- | help/reference/libview/libevview-docs.xml | 8 | ||||
-rw-r--r-- | help/reference/libview/libevview.types | 2 |
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" |