From a6c56bcd8a6d9ba3fd2bfcaa586bd6a394661b07 Mon Sep 17 00:00:00 2001 From: Monsta Date: Sat, 2 Jan 2016 21:25:30 +0300 Subject: drop some win32-specific leftovers --- data/Makefile.am | 1 - data/atril.ico | Bin 24998 -> 0 bytes shell/Makefile.am | 3 +-- shell/atril-icon.rc | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 data/atril.ico delete mode 100644 shell/atril-icon.rc diff --git a/data/Makefile.am b/data/Makefile.am index 90b36d77..7c1b5d7c 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -96,7 +96,6 @@ EXTRA_DIST = \ $(gsettings_SCHEMAS) \ org.mate.atril.Daemon.service.in \ $(man_MANS) \ - atril.ico \ $(NULL) # diff --git a/data/atril.ico b/data/atril.ico deleted file mode 100644 index f174f53e..00000000 Binary files a/data/atril.ico and /dev/null differ diff --git a/shell/Makefile.am b/shell/Makefile.am index 82648842..81782a62 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -142,8 +142,7 @@ atrild_LDADD= \ $(EV_DAEMON_LIBS) endif -EXTRA_DIST = ev-marshal.list \ - atril-icon.rc +EXTRA_DIST = ev-marshal.list ev-marshal.h: $(srcdir)/ev-marshal.list $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h diff --git a/shell/atril-icon.rc b/shell/atril-icon.rc deleted file mode 100644 index c1492444..00000000 --- a/shell/atril-icon.rc +++ /dev/null @@ -1 +0,0 @@ -1 ICON "atril.ico" -- cgit v1.2.1