File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ EQUATION_RESOURCES_PATH ?= ./docs/img/
2626REMARK ?= $(BIN_DIR ) /remark
2727
2828# Define the path to the remark configuration file:
29- REMARK_CONF ?= $(CONFIG_DIR ) /remark/.remarkrc.js
29+ REMARK_EQUATIONS_CONF ?= $(CONFIG_DIR ) /remark/.remarkrc.js
3030
3131# Define the path to the remark ignore file:
32- REMARK_IGNORE ?= $(CONFIG_DIR ) /remark/.remarkignore
32+ REMARK_EQUATIONS_IGNORE ?= $(CONFIG_DIR ) /remark/.remarkignore
3333
3434# Define the path to the local remark plugins directory:
3535REMARK_LOCAL_PLUGINS_DIR ?= $(TOOLS_DIR ) /remark/plugins
@@ -52,8 +52,8 @@ REMARK_EQUATION_SRC_URLS_PLUGIN_FLAGS ?= --use $(REMARK_EQUATION_SRC_URLS_PLUGIN
5252# Define command-line options when invoking the remark executable:
5353REMARK_FLAGS ?= \
5454 --ext $(MARKDOWN_FILENAME_EXT ) \
55- --rc-path $(REMARK_CONF ) \
56- --ignore-path $(REMARK_IGNORE )
55+ --rc-path $(REMARK_EQUATIONS_CONF ) \
56+ --ignore-path $(REMARK_EQUATIONS_IGNORE )
5757
5858# Define the remark output option:
5959REMARK_OUTPUT_FLAG ?= --output
You can’t perform that action at this time.
0 commit comments