File: local-mathjax.diff

package info (click to toggle)
lensfun 1%3A0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,672 kB
  • sloc: xml: 52,273; cpp: 7,831; ansic: 7,411; python: 1,725; sh: 17; ruby: 16; makefile: 13; javascript: 3
file content (31 lines) | stat: -rw-r--r-- 1,332 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Author: Pino Toscano <pino@debian.org>
Description: Use a locally installed mathjax, instead of a remote version
Last-Update: 2016-01-09
Forwarded: not-needed

diff --git a/docs/doxyfile.in.cmake b/docs/doxyfile.in.cmake
index 235484b..9dd8550 100644
--- a/docs/doxyfile.in.cmake
+++ b/docs/doxyfile.in.cmake
@@ -1208,7 +1208,7 @@ MATHJAX_FORMAT         = HTML-CSS
 # However, it is strongly recommended to install a local
 # copy of MathJax from http://www.mathjax.org before deployment.
 
-MATHJAX_RELPATH        = http://lensfun.sourceforge.net/mathjax
+MATHJAX_RELPATH        = /usr/share/javascript/mathjax
 
 # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
 # names that should be enabled during MathJax rendering.
diff --git a/docs/manual-doc.conf b/docs/manual-doc.conf
index 50bed35..3b1269d 100644
--- a/docs/manual-doc.conf
+++ b/docs/manual-doc.conf
@@ -1208,7 +1208,7 @@ MATHJAX_FORMAT         = HTML-CSS
 # However, it is strongly recommended to install a local
 # copy of MathJax from http://www.mathjax.org before deployment.
 
-MATHJAX_RELPATH        = http://lensfun.sourceforge.net/mathjax
+MATHJAX_RELPATH        = /usr/share/javascript/mathjax
 
 # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
 # names that should be enabled during MathJax rendering.