summaryrefslogtreecommitdiff
path: root/backend/ps
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ps')
-rw-r--r--backend/ps/Makefile.am8
-rw-r--r--backend/ps/ev-spectre.c6
-rw-r--r--backend/ps/ev-spectre.h2
-rw-r--r--backend/ps/psdocument.atril-backend.in (renamed from backend/ps/psdocument.evince-backend.in)2
4 files changed, 9 insertions, 9 deletions
diff --git a/backend/ps/Makefile.am b/backend/ps/Makefile.am
index 3f059de1..0e49a111 100644
--- a/backend/ps/Makefile.am
+++ b/backend/ps/Makefile.am
@@ -2,7 +2,7 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
-DMATELOCALEDIR=\"$(datadir)/locale\" \
- -DEVINCE_COMPILATION \
+ -DATRIL_COMPILATION \
$(BACKEND_CFLAGS) \
$(SPECTRE_CFLAGS) \
$(WARN_CFLAGS) \
@@ -20,13 +20,13 @@ libpsdocument_la_LIBADD = \
$(BACKEND_LIBS) \
$(SPECTRE_LIBS)
-backend_in_files = psdocument.evince-backend.in
-backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend)
+backend_in_files = psdocument.atril-backend.in
+backend_DATA = $(backend_in_files:.atril-backend.in=.atril-backend)
EXTRA_DIST = $(backend_in_files)
CLEANFILES = $(backend_DATA)
-@EV_INTLTOOL_EVINCE_BACKEND_RULE@
+@EV_INTLTOOL_ATRIL_BACKEND_RULE@
-include $(top_srcdir)/git.mk
diff --git a/backend/ps/ev-spectre.c b/backend/ps/ev-spectre.c
index e1877a7b..d28325ba 100644
--- a/backend/ps/ev-spectre.c
+++ b/backend/ps/ev-spectre.c
@@ -1,13 +1,13 @@
-/* this file is part of evince, a mate document viewer
+/* this file is part of atril, a mate document viewer
*
* Copyright (C) 2007 Carlos Garcia Campos <[email protected]>
*
- * Evince is free software; you can redistribute it and/or modify it
+ * Atril is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
- * Evince is distributed in the hope that it will be useful, but
+ * Atril is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
diff --git a/backend/ps/ev-spectre.h b/backend/ps/ev-spectre.h
index 17b18db0..d4c55306 100644
--- a/backend/ps/ev-spectre.h
+++ b/backend/ps/ev-spectre.h
@@ -41,7 +41,7 @@ typedef struct _PSDocumentClass PSDocumentClass;
GType ps_document_get_type (void) G_GNUC_CONST;
-G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module);
+G_MODULE_EXPORT GType register_atril_backend (GTypeModule *module);
G_END_DECLS
diff --git a/backend/ps/psdocument.evince-backend.in b/backend/ps/psdocument.atril-backend.in
index af24be61..8b559a58 100644
--- a/backend/ps/psdocument.evince-backend.in
+++ b/backend/ps/psdocument.atril-backend.in
@@ -1,4 +1,4 @@
-[Evince Backend]
+[Atril Backend]
Module=psdocument
Resident=true
_TypeDescription=PostScript Documents