download only a specific tag/version of MathJax when cloning

This commit is contained in:
Axel Kohlmeyer
2021-04-22 16:20:34 -04:00
parent 65cef12ae2
commit a2e46c47e3

View File

@ -236,7 +236,7 @@ $(VENV):
)
$(MATHJAX):
@git clone --depth 1 git://github.com/mathjax/MathJax.git $@
@git clone -b 3.1.3 -c advice.detachedHead=0 --depth 1 git://github.com/mathjax/MathJax.git $@
$(TXT2RST) $(ANCHORCHECK): $(VENV)
@( \