diff options
author | Stefano Karapetsas <[email protected]> | 2014-09-21 17:11:13 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-09-21 17:11:13 +0200 |
commit | 5ac452a8a78841bf88dee6e7b0a9ea421299f669 (patch) | |
tree | 9989800bd8b0496fce4687673f8410b63b02a69f /backend/epub/MathJax/jax/element/mml/optable/Makefile.am | |
parent | 1bdae54253b68f2042f1d7f43ac0f36654c9b432 (diff) | |
parent | 67bb00b6c5105dc840b968db513a1e26bac7b2e0 (diff) | |
download | atril-5ac452a8a78841bf88dee6e7b0a9ea421299f669.tar.bz2 atril-5ac452a8a78841bf88dee6e7b0a9ea421299f669.tar.xz |
Merge pull request #84 from rootAvish/epub
Epub support in Atril
Diffstat (limited to 'backend/epub/MathJax/jax/element/mml/optable/Makefile.am')
-rw-r--r-- | backend/epub/MathJax/jax/element/mml/optable/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/epub/MathJax/jax/element/mml/optable/Makefile.am b/backend/epub/MathJax/jax/element/mml/optable/Makefile.am new file mode 100644 index 00000000..06d7f3aa --- /dev/null +++ b/backend/epub/MathJax/jax/element/mml/optable/Makefile.am @@ -0,0 +1,5 @@ +MathJaxmmlElementOptableJaxdir=$(backenddir)/epub/MathJax/jax/element/mml/optable + +MathJaxmmlElementOptableJax_DATA= Arrows.js BasicLatin.js CombDiacritMarks.js CombDiactForSymbols.js Dingbats.js GeneralPunctuation.js GeometricShapes.js GreekAndCoptic.js Latin1Supplement.js LetterlikeSymbols.js MathOperators.js MiscMathSymbolsA.js MiscMathSymbolsB.js MiscSymbolsAndArrows.js MiscTechnical.js SpacingModLetters.js SupplementalArrowsA.js SupplementalArrowsB.js SuppMathOperators.js + +-include $(top_srcdir)/git.mk |