Skip to content
Snippets Groups Projects
Unverified Commit f8ba3da6 authored by Stéphane Adjemian (Charybdis)'s avatar Stéphane Adjemian (Charybdis)
Browse files

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

... Not a copy of all the files.
parent 6f28c710
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment