diff options
Diffstat (limited to 'help/reference')
-rw-r--r-- | help/reference/libdocument/Makefile.am | 6 | ||||
-rw-r--r-- | help/reference/libdocument/libevdocument-docs.xml | 8 | ||||
-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 | ||||
-rw-r--r-- | help/reference/shell/Makefile.am | 12 | ||||
-rw-r--r-- | help/reference/shell/atril-docs.xml (renamed from help/reference/shell/evince-docs.xml) | 12 | ||||
-rw-r--r-- | help/reference/shell/atril-overrides.txt (renamed from help/reference/shell/evince-overrides.txt) | 0 | ||||
-rw-r--r-- | help/reference/shell/atril-sections.txt (renamed from help/reference/shell/evince-sections.txt) | 0 | ||||
-rw-r--r-- | help/reference/shell/atril.types (renamed from help/reference/shell/evince.types) | 0 |
10 files changed, 27 insertions, 27 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> 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" diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am index 628b1a30..945719ca 100644 --- a/help/reference/shell/Makefile.am +++ b/help/reference/shell/Makefile.am @@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = 1.10 # of using the various options. # The name of the module, e.g. 'glib'. -DOC_MODULE = evince +DOC_MODULE = atril # Uncomment for versioned docs and specify the version of the module, e.g. '2'. # DOC_MODULE_VERSION = $(EV_API_VERSION) @@ -17,7 +17,7 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml # The directory containing the source code. Relative to $(srcdir). # gtk-doc will search all .c & .h files beneath here for inline comments -# evinceing the functions and macros. +# atriling the functions and macros. # e.g. DOC_SOURCE_DIR=../../../gtk DOC_SOURCE_DIR = $(top_srcdir)/shell @@ -57,7 +57,7 @@ CFILE_GLOB = $(top_srcdir)/shell/*.c # Extra header to include when scanning, which are not under DOC_SOURCE_DIR # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h -# EXTRA_HFILES = $(top_builddir)/evince/ev-version.h +# EXTRA_HFILES = $(top_builddir)/atril/ev-version.h EXTRA_HFILES = # Header files to ignore when scanning. Use base file name, no paths @@ -99,11 +99,11 @@ GTKDOC_CFLAGS = \ -I$(top_srcdir)/libmisc \ -I$(top_builddir)/libview \ -I$(top_srcdir)/properties \ - -DEVINCEDATADIR=\"$(pkgdatadir)\" \ + -DATRILDATADIR=\"$(pkgdatadir)\" \ -DMATEDATADIR=\"$(datadir)\" \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ -DMATEICONDIR=\""$(datadir)/pixmaps"\" \ - -DEVINCE_COMPILATION \ + -DATRIL_COMPILATION \ $(SHELL_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) \ @@ -111,7 +111,7 @@ GTKDOC_CFLAGS = \ FILTER_OUT = \ $(top_builddir)/shell/main.o \ - $(top_builddir)/shell/evinced-ev-daemon.o \ + $(top_builddir)/shell/atrild-ev-daemon.o \ $(top_builddir)/shell/ev-convert-metadata.o GTKDOC_LIBS = \ diff --git a/help/reference/shell/evince-docs.xml b/help/reference/shell/atril-docs.xml index a08acf76..e49219ff 100644 --- a/help/reference/shell/evince-docs.xml +++ b/help/reference/shell/atril-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"> +<book id="atril"> <!-- Copyright © 2009, 2010 Christian Persch @@ -17,11 +17,11 @@ A copy of the license is included in the COPYING file. --> <bookinfo> - <title>Evince Programmer's Reference Manual</title> + <title>Atril Programmer's 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/evince/index.html">MATE Library</ulink>. + <ulink role="online-location" url="http://library.mate.org/devel/atril/index.html">MATE Library</ulink>. </releaseinfo> <copyright> @@ -66,11 +66,11 @@ </legalnotice> </bookinfo> - <part id="evince-frontend"> + <part id="atril-frontend"> <title>Frontend</title> <partintro> <para> - Evince frontend. + Atril frontend. </para> </partintro> diff --git a/help/reference/shell/evince-overrides.txt b/help/reference/shell/atril-overrides.txt index e69de29b..e69de29b 100644 --- a/help/reference/shell/evince-overrides.txt +++ b/help/reference/shell/atril-overrides.txt diff --git a/help/reference/shell/evince-sections.txt b/help/reference/shell/atril-sections.txt index a775f7e2..a775f7e2 100644 --- a/help/reference/shell/evince-sections.txt +++ b/help/reference/shell/atril-sections.txt diff --git a/help/reference/shell/evince.types b/help/reference/shell/atril.types index dea7db50..dea7db50 100644 --- a/help/reference/shell/evince.types +++ b/help/reference/shell/atril.types |