From 17377df48abdf10b6a064d6afdc1a4c95441ae20 Mon Sep 17 00:00:00 2001 From: rootavish Date: Tue, 19 Aug 2014 00:16:41 +0530 Subject: Mathjax Support The Mathjax files will be installed to $(backenddir)/epub/MathJax This was as small as the install got. --- .../MathJax/jax/input/MathML/entities/Makefile.am | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create 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 new file mode 100644 index 00000000..3e97c691 --- /dev/null +++ b/backend/epub/MathJax/jax/input/MathML/entities/Makefile.am @@ -0,0 +1,33 @@ +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 + +-include $(top_srcdir)/git.mk -- cgit v1.2.1