From d2f1cf64a6c026e79955966b85f9141e69a3404a Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 10 Sep 2015 14:08:14 +0300 Subject: epub: drop embedded MathJax in favor of using distro-packaged one closes https://github.com/mate-desktop/atril/issues/158 --- .../MathJax/jax/input/MathML/entities/Makefile.am | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 backend/epub/MathJax/jax/input/MathML/entities/Makefile.am (limited to 'backend/epub/MathJax/jax/input/MathML/entities/Makefile.am') diff --git a/backend/epub/MathJax/jax/input/MathML/entities/Makefile.am b/backend/epub/MathJax/jax/input/MathML/entities/Makefile.am deleted file mode 100644 index 98c31576..00000000 --- a/backend/epub/MathJax/jax/input/MathML/entities/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -MathJaxMLInputJaxEntitiesdir= $(backenddir)/epub/MathJax/jax/input/MathML/entities - -MathJaxMLInputJaxEntities_DATA= a.js \ - b.js \ - c.js \ - d.js \ - e.js \ - f.js \ - fr.js \ - g.js \ - h.js \ - i.js \ - j.js \ - k.js \ - l.js \ - m.js \ - n.js \ - o.js \ - opf.js \ - p.js \ - q.js \ - r.js \ - scr.js \ - s.js \ - t.js \ - u.js \ - v.js \ - w.js \ - x.js \ - y.js \ - z.js - -EXTRA_DIST = $(MathJaxMLInputJaxEntities_DATA) - --include $(top_srcdir)/git.mk -- cgit v1.2.1