diff options
author | Martin Wimpress <[email protected]> | 2015-09-23 16:05:46 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-09-23 16:05:46 +0100 |
commit | 78582859d0e2d9bc8fa2818dcd9ac9ab2bd482fd (patch) | |
tree | d752108fd6b6c9a018b7dfef56777a65f4d5d5eb /backend/epub/MathJax/jax/Makefile.am | |
parent | feb98c4c3e21e34b1aeffc287531ff97a9d0616c (diff) | |
parent | d2f1cf64a6c026e79955966b85f9141e69a3404a (diff) | |
download | atril-78582859d0e2d9bc8fa2818dcd9ac9ab2bd482fd.tar.bz2 atril-78582859d0e2d9bc8fa2818dcd9ac9ab2bd482fd.tar.xz |
Merge pull request #160 from monsta/mathjax
epub: drop embedded MathJax in favor of using distro-packaged one
Diffstat (limited to 'backend/epub/MathJax/jax/Makefile.am')
-rw-r--r-- | backend/epub/MathJax/jax/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/backend/epub/MathJax/jax/Makefile.am b/backend/epub/MathJax/jax/Makefile.am deleted file mode 100644 index 33100e11..00000000 --- a/backend/epub/MathJax/jax/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -SUBDIRS= element input output - -MathJaxJaxdir= $(backenddir)/epub/MathJax/jax - --include $(top_srcdir)/git.mk - |