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. --- backend/epub/MathJax/jax/output/SVG/fonts/TeX/Size1/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 backend/epub/MathJax/jax/output/SVG/fonts/TeX/Size1/Makefile.am (limited to 'backend/epub/MathJax/jax/output/SVG/fonts/TeX/Size1/Makefile.am') diff --git a/backend/epub/MathJax/jax/output/SVG/fonts/TeX/Size1/Makefile.am b/backend/epub/MathJax/jax/output/SVG/fonts/TeX/Size1/Makefile.am new file mode 100644 index 00000000..1d516ad5 --- /dev/null +++ b/backend/epub/MathJax/jax/output/SVG/fonts/TeX/Size1/Makefile.am @@ -0,0 +1,6 @@ +SUBDIRS=Regular + +MathJaxSVGTexSize1FontsOutputJaxdir= $(backenddir)/epub/MathJax/jax/output/SVG/fonts/TeX/Size1 + +-include $(top_srcdir)/git.mk + -- cgit v1.2.1