diff options
author | monsta <[email protected]> | 2016-10-31 11:49:47 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-10-31 11:49:47 +0300 |
commit | b479e541d113881b10ef7c0641688d62600c79a9 (patch) | |
tree | dd6fd3060f11e86a31acd05d2e5cc48959aa8384 /thumbnailer | |
parent | d978575ee6e7e3f6b9aab4cb669d4aa34ecbb703 (diff) | |
download | atril-b479e541d113881b10ef7c0641688d62600c79a9.tar.bz2 atril-b479e541d113881b10ef7c0641688d62600c79a9.tar.xz |
thumbnailer: skip epub files
temporary workaround for stupid segfaults - until we implement
proper thumbnailing in epub backend
Diffstat (limited to 'thumbnailer')
-rw-r--r-- | thumbnailer/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am index 27ab0200..0f01eeb2 100644 --- a/thumbnailer/Makefile.am +++ b/thumbnailer/Makefile.am @@ -33,6 +33,7 @@ thumbnailer_DATA = $(thumbnailer_in_files:.thumbnailer.in=.thumbnailer) atril.thumbnailer: $(thumbnailer_in_files) $(AM_V_GEN)sed \ -e "s|\@ATRIL_MIME_TYPES\@|$(ATRIL_MIME_TYPES)|" \ + -e "s|application/epub+zip;||" \ $< > $@ EXTRA_DIST = \ |