From 328b28369741467777c2c6daee2fa8fc828466b9 Mon Sep 17 00:00:00 2001
From: monsta <monsta@inbox.ru>
Date: Fri, 11 Nov 2016 15:03:11 +0300
Subject: shell: remove metadata migration code

taken from:
https://git.gnome.org/browse/evince/commit/?id=8713e9adcd884d32d4d49e675a001bb26c590dcc

this metadata convert tool had been added to Evince back in 2009, and
I'm not sure it ever worked in Atril. time to drop it anyway.
---
 help/reference/shell/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'help/reference/shell')

diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am
index a78201d7..9996b466 100644
--- a/help/reference/shell/Makefile.am
+++ b/help/reference/shell/Makefile.am
@@ -111,8 +111,7 @@ GTKDOC_CFLAGS = \
 
 FILTER_OUT = \
 	$(top_builddir)/shell/main.o			\
-	$(top_builddir)/shell/atrild-ev-daemon.o	\
-	$(top_builddir)/shell/ev-convert-metadata.o
+	$(top_builddir)/shell/atrild-ev-daemon.o
 
 GTKDOC_LIBS = \
 	$(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la		\
-- 
cgit v1.2.1