2007-02-11 Ed Catmur <ed@catmur.co.uk>
* configure.ac:
Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
duplicated adding application/x-bzpostscript instead.
svn path=/trunk/; revision=2315
+2007-02-11 Ed Catmur <ed@catmur.co.uk>
+
+ * configure.ac:
+
+ Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
+ duplicated adding application/x-bzpostscript instead.
+
2007-02-11 Tom Parker <palfrey@tevp.net>
* backend/ps/ps-document.c: (document_load):
EVINCE_MIME_TYPES="application/pdf;application/x-bzpdf;application/x-gzpdf"
fi
if test "x$enable_ps" = "xyes" ; then
- EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/postscript;application/x-gzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps"
+ EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps"
fi
if test "x$enable_dvi" = "xyes"; then
EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/x-dvi"