From f8ba3da65dd8cbed9e7baec4bb2fb8cc83d5485e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stepan@adjemian.io>
Date: Tue, 19 Feb 2019 11:02:14 +0100
Subject: [PATCH] Ensure that src/build/html/_static contains a symlink to
 mathjax...

... Not a copy of all the files.
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 784ab724ca..234f27f19f 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,8 @@ html: src/build/html/index.html
 
 src/build/html/index.html: $(SRC) src/source/conf.py
 	make -C src html
+	rm -rf src/build/html/_static/mathjax
+	ln -s /usr/share/javascript/mathjax src/build/html/_static/mathjax
 
 pdf: src/build/latex/dynare.pdf
 
-- 
GitLab