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/libdocument | |
parent | 342e9e9bf91625bf6f0102fb7bbc652dea222064 (diff) | |
download | atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.bz2 atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.xz |
renaming evince to atril
Diffstat (limited to 'help/reference/libdocument')
-rw-r--r-- | help/reference/libdocument/Makefile.am | 6 | ||||
-rw-r--r-- | help/reference/libdocument/libevdocument-docs.xml | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/help/reference/libdocument/Makefile.am b/help/reference/libdocument/Makefile.am index 54d57919..8d376421 100644 --- a/help/reference/libdocument/Makefile.am +++ b/help/reference/libdocument/Makefile.am @@ -95,12 +95,12 @@ GTKDOC_CFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_srcdir)/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) \ $(LIBDOCUMENT_CFLAGS) \ $(WARN_CFLAGS) \ diff --git a/help/reference/libdocument/libevdocument-docs.xml b/help/reference/libdocument/libevdocument-docs.xml index 8071e930..f6867fc7 100644 --- a/help/reference/libdocument/libevdocument-docs.xml +++ b/help/reference/libdocument/libevdocument-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-document"> +<book id="atril-document"> <!-- Copyright © 2009, 2010 Christian Persch @@ -17,9 +17,9 @@ A copy of the license is included in the COPYING file. --> <bookinfo> - <title>Evince Document Library Reference Manual</title> + <title>Atril Document 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/libevdocument/index.html">MATE Library</ulink>. </releaseinfo> @@ -70,7 +70,7 @@ <title>Document Interfaces</title> <partintro> <para> - Provides support for writing Evince backends. + Provides support for writing Atril backends. </para> </partintro> |