diff options
author | rootavish <[email protected]> | 2014-08-19 00:16:41 +0530 |
---|---|---|
committer | rootavish <[email protected]> | 2014-08-19 00:16:41 +0530 |
commit | 17377df48abdf10b6a064d6afdc1a4c95441ae20 (patch) | |
tree | 73d4ddb85c3e4fb4ed6b8787545a2216864c0402 /backend/epub/Makefile.am | |
parent | 3c122f6d867acecca4e7143d1d0707d7f188a64a (diff) | |
download | atril-17377df48abdf10b6a064d6afdc1a4c95441ae20.tar.bz2 atril-17377df48abdf10b6a064d6afdc1a4c95441ae20.tar.xz |
Mathjax Support
The Mathjax files will be installed to $(backenddir)/epub/MathJax
This was as small as the install got.
Diffstat (limited to 'backend/epub/Makefile.am')
-rw-r--r-- | backend/epub/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/epub/Makefile.am b/backend/epub/Makefile.am index dc34ad2b..169f16c7 100644 --- a/backend/epub/Makefile.am +++ b/backend/epub/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = minizip +SUBDIRS = minizip MathJax AM_CPPFLAGS = \ -I$(top_srcdir) \ |