diff options
author | monsta <[email protected]> | 2015-09-10 14:08:14 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-09-10 14:08:14 +0300 |
commit | d2f1cf64a6c026e79955966b85f9141e69a3404a (patch) | |
tree | d752108fd6b6c9a018b7dfef56777a65f4d5d5eb /backend/epub/Makefile.am | |
parent | feb98c4c3e21e34b1aeffc287531ff97a9d0616c (diff) | |
download | atril-d2f1cf64a6c026e79955966b85f9141e69a3404a.tar.bz2 atril-d2f1cf64a6c026e79955966b85f9141e69a3404a.tar.xz |
epub: drop embedded MathJax in favor of using distro-packaged one
closes https://github.com/mate-desktop/atril/issues/158
Diffstat (limited to 'backend/epub/Makefile.am')
-rw-r--r-- | backend/epub/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/epub/Makefile.am b/backend/epub/Makefile.am index 169f16c7..dc34ad2b 100644 --- a/backend/epub/Makefile.am +++ b/backend/epub/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = minizip MathJax +SUBDIRS = minizip AM_CPPFLAGS = \ -I$(top_srcdir) \ |