diff options
author | rootavish <[email protected]> | 2014-08-19 00:16:41 +0530 |
---|---|---|
committer | rootavish <[email protected]> | 2014-08-19 00:16:41 +0530 |
commit | 17377df48abdf10b6a064d6afdc1a4c95441ae20 (patch) | |
tree | 73d4ddb85c3e4fb4ed6b8787545a2216864c0402 /backend/epub/MathJax/jax/input/MathML/entities/Makefile.am | |
parent | 3c122f6d867acecca4e7143d1d0707d7f188a64a (diff) | |
download | atril-17377df48abdf10b6a064d6afdc1a4c95441ae20.tar.bz2 atril-17377df48abdf10b6a064d6afdc1a4c95441ae20.tar.xz |
Mathjax Support
The Mathjax files will be installed to $(backenddir)/epub/MathJax
This was as small as the install got.
Diffstat (limited to 'backend/epub/MathJax/jax/input/MathML/entities/Makefile.am')
-rw-r--r-- | backend/epub/MathJax/jax/input/MathML/entities/Makefile.am | 33 |
1 files changed, 33 insertions, 0 deletions
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 |