File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ LIST_PACKAGE_NAMESPACE_READMES ?= $(TOOLS_PKGS_DIR)/pkgs/namespace-readmes/bin/c
2424# Define the command flags:
2525LIST_PACKAGE_NAMESPACE_READMES_FLAGS ?=
2626
27+ # Define the directory from which to search for namespace READMEs:
28+ LIST_PACKAGE_NAMESPACE_READMES_DIR ?= $(SRC_DIR )
29+
2730
2831# RULES #
2932
@@ -32,8 +35,11 @@ LIST_PACKAGE_NAMESPACE_READMES_FLAGS ?=
3235#
3336# @example
3437# make list-pkgs-namespace-readmes
38+ #
39+ # @example
40+ # make list-pkgs-namespace-readmes LIST_PACKAGE_NAMESPACE_READMES_DIR=$PWD/lib/node_modules/\@stdlib/utils
3541# /
3642list-pkgs-namespace-readmes : $(LIST_PACKAGE_NAMESPACE_READMES ) $(NODE_MODULES )
37- $(QUIET ) NODE_PATH=" $( NODE_PATH) " $(NODE ) $(LIST_PACKAGE_NAMESPACE_READMES ) $(LIST_PACKAGE_NAMESPACE_READMES_FLAGS ) $(SRC_DIR )
43+ $(QUIET ) NODE_PATH=" $( NODE_PATH) " $(NODE ) $(LIST_PACKAGE_NAMESPACE_READMES ) $(LIST_PACKAGE_NAMESPACE_READMES_FLAGS ) $(LIST_PACKAGE_NAMESPACE_READMES_DIR )
3844
3945.PHONY : list-pkgs-namespace-readmes
You can’t perform that action at this time.
0 commit comments