[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/mathjax a1ed112947 1/2: Adjustments to Makefile
From: |
ELPA Syncer |
Subject: |
[elpa] externals/mathjax a1ed112947 1/2: Adjustments to Makefile |
Date: |
Wed, 13 Nov 2024 03:58:26 -0500 (EST) |
branch: externals/mathjax
commit a1ed1129477ca494bcf7d31ab5e25dca4fc3546a
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@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