branch: externals/mathjax commit a1ed1129477ca494bcf7d31ab5e25dca4fc3546a Author: Augusto Stoffel <arstof...@gmail.com> Commit: Augusto Stoffel <arstof...@gmail.com>
Adjustments to Makefile --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 65ede59123..011dc307f7 100644 --- a/Makefile +++ b/Makefile @@ -6,12 +6,9 @@ math2svg/node_modules: cd math2svg && npm ci git apply math2svg/node_modules.patch -math2svg.js: math2svg/node_modules math2svg/package-lock.json math2svg/*.js +math2svg.js: math2svg/node_modules math2svg/*.js cd math2svg && npm run build -deps: - cd math2svg && npm install - clean: rm -rf math2svg.js* *.elc math2svg/node_modules