Skip to content

Commit 55ebd84

Browse files
committed
Rename environment variables
1 parent 0c09e4a commit 55ebd84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/make/lib/markdown/equations.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ EQUATION_RESOURCES_PATH ?= ./docs/img/
2626
REMARK ?= $(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:
3535
REMARK_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:
5353
REMARK_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:
5959
REMARK_OUTPUT_FLAG ?= --output

0 commit comments

Comments
 (0)