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. --- .../output/SVG/fonts/TeX/AMS/Regular/Makefile.am | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 backend/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/Makefile.am (limited to 'backend/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/Makefile.am') diff --git a/backend/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/Makefile.am b/backend/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/Makefile.am new file mode 100644 index 00000000..05d6ec24 --- /dev/null +++ b/backend/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/Makefile.am @@ -0,0 +1,24 @@ +MathJaxSVGTexRegularAMSFontsOutputJaxdir= $(backenddir)/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular + +MathJaxSVGTexRegularAMSFontsOutputJax_DATA= Arrows.js \ + BoxDrawing.js \ + CombDiacritMarks.js \ + Dingbats.js \ + EnclosedAlphanum.js \ + GeneralPunctuation.js \ + GeometricShapes.js \ + GreekAndCoptic.js \ + Latin1Supplement.js \ + LatinExtendedA.js \ + LetterlikeSymbols.js \ + Main.js \ + MathOperators.js \ + MiscMathSymbolsB.js \ + MiscSymbols.js \ + MiscTechnical.js \ + PUA.js \ + SpacingModLetters.js \ + SuppMathOperators.js + +-include $(top_srcdir)/git.mk + -- cgit v1.2.1