Ensure that src/build/html/_static contains a symlink to mathjax...

... Not a copy of all the files.
time-shift
Stéphane Adjemian (Charybdis) 2019-02-19 11:02:14 +01:00
parent 6f28c71029
commit f8ba3da65d
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 2 additions and 0 deletions

View File

@ -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