File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ FIND_SVG_EQUATIONS_FLAGS ?= \
2727 -not -path "$(ROOT_DIR ) /**/$(BUILD_FOLDER ) /*"
2828
2929ifneq ($(OS ) , Darwin)
30- FIND_SVG_EQUATION_FLAGS := -regextype posix-extended $(FIND_SVG_EQUATION_FLAGS )
30+ FIND_SVG_EQUATIONS_FLAGS := -regextype posix-extended $(FIND_SVG_EQUATIONS_FLAGS )
3131endif
3232
3333# Define a command for listing SVG equation files:
34- FIND_SVG_EQUATIONS_CMD ?= find $(find_kernel_prefix ) $(ROOT_DIR ) $(FIND_SVG_EQUATION_FLAGS )
34+ FIND_SVG_EQUATIONS_CMD ?= find $(find_kernel_prefix ) $(ROOT_DIR ) $(FIND_SVG_EQUATIONS_FLAGS )
3535
3636# Define the list of files:
37- SVG_EQUATIONS_FILES ?= $(shell $(FIND_SVG_EQUATIONS_CMD ) )
37+ SVG_EQUATION_FILES ?= $(shell $(FIND_SVG_EQUATIONS_CMD ) )
3838
3939
4040# TARGETS #
Original file line number Diff line number Diff line change @@ -125,3 +125,11 @@ markdown-equation-src-urls: $(NODE_MODULES)
125125
126126.PHONY : markdown-equation-src-urls
127127
128+
129+ # Clean SVG equation files.
130+ #
131+ # This target removes SVG equation files.
132+
133+ clean-markdown-svg-equations :
134+
135+ .PHONY : clean-markdown-svg-equations
You can’t perform that action at this time.
0 commit comments