diff options
Diffstat (limited to 'backend/epub/MathJax/jax/output/SVG/fonts/Makefile.am')
-rw-r--r-- | backend/epub/MathJax/jax/output/SVG/fonts/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/epub/MathJax/jax/output/SVG/fonts/Makefile.am b/backend/epub/MathJax/jax/output/SVG/fonts/Makefile.am new file mode 100644 index 00000000..dcea41bd --- /dev/null +++ b/backend/epub/MathJax/jax/output/SVG/fonts/Makefile.am @@ -0,0 +1,6 @@ +SUBDIRS= TeX + +MathJaxSVGFontsOutputJaxdir= $(backenddir)/epub/MathJax/jax/output/SVG/fonts + +-include $(top_srcdir)/git.mk + |