Skip to content

Commit cebbdfc

Browse files
committed
Update path to remark plugins
1 parent a781f05 commit cebbdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/markdown/equations.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ REMARK_EQUATIONS_CONF ?= $(CONFIG_DIR)/remark/.remarkrc.js
4040
REMARK_EQUATIONS_IGNORE ?= $(CONFIG_DIR)/remark/.remarkignore
4141

4242
# Define the path to the local remark plugins directory:
43-
REMARK_LOCAL_PLUGINS_DIR ?= $(TOOLS_DIR)/remark/plugins
43+
REMARK_LOCAL_PLUGINS_DIR ?= $(TOOLS_PKGS_DIR)/remark/plugins
4444

4545
# Define the path to a plugin which processes Markdown equation comments:
4646
REMARK_IMG_EQUATIONS_PLUGIN ?= $(REMARK_LOCAL_PLUGINS_DIR)/remark-img-equations

0 commit comments

Comments
 (0)