Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/comics/Makefile.am
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-12-20 16:54:15 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-12-20 16:54:15 (GMT)
commit3ec63537add6165440f67c6c6ad8413a40724c13 (patch)
treeb62b8450466458c3eddd3f03070d3909277e1b22 /comics/Makefile.am
parent4799d9b27db47383f3944f49338d67e2c32f15fb (diff)
Comics mime types are added to shared-mime-info CVS. Now we don't need to
* backend/ev-document-factory.c: * comics/Makefile.am: * comics/comics-document.c: (comics_document_load): * comics/ev-cbr-mime.xml: * configure.ac: Comics mime types are added to shared-mime-info CVS. Now we don't need to install our own mime types.
Diffstat (limited to 'comics/Makefile.am')
-rw-r--r--comics/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/comics/Makefile.am b/comics/Makefile.am
index 7ebf0d9..bf11eb8 100644
--- a/comics/Makefile.am
+++ b/comics/Makefile.am
@@ -10,19 +10,3 @@ libcomicsdocument_la_SOURCES = \
comics-document.c \
comics-document.h
-# need to respect $XDG_DATA_DIR probably
-xdgmimedir = $(datadir)/mime/packages
-xdgmime_DATA = ev-cbr-mime.xml
-
-EXTRA_DIST = $(xdgmime_DATA)
-
-if ENABLE_UPDATE_MIMEDB
-
-install-data-hook:
- $(UPDATE_MIME_DB) $(DESTDIR)$(datadir)/mime
-
-uninstall-hook:
- $(UPDATE_MIME_DB) $(DESTDIR)$(datadir)/mime
-
-endif # ENABLE_UPDATE_MIMEDB
-