File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 2222#
2323# This target generates REPL documentation.
2424
25- repl-docs : repl-help repl-examples repl-aliases repl-alias2pkg repl-pkg2alias repl-alias2related
25+ repl-docs : repl-help repl-examples repl-aliases repl-alias2pkg repl-pkg2alias repl-alias2related repl-pkg2related
2626
2727.PHONY : repl-docs
2828
@@ -85,3 +85,13 @@ repl-alias2related: $(NODE_MODULES) $(SRC_DIR)/@stdlib/namespace/alias2related/s
8585 $(QUIET ) $(NODE ) " $( SRC_DIR) /@stdlib/namespace/alias2related/scripts/build.js"
8686
8787.PHONY : repl-alias2related
88+
89+
90+ # Build the mapping between REPL package names and related packages.
91+ #
92+ # This target rebuilds the REPL database.
93+
94+ repl-pkg2related : $(NODE_MODULES ) $(SRC_DIR ) /@stdlib/namespace/pkg2related/scripts/build.js
95+ $(QUIET ) $(NODE ) " $( SRC_DIR) /@stdlib/namespace/pkg2related/scripts/build.js"
96+
97+ .PHONY : repl-pkg2related
You can’t perform that action at this time.
0 commit comments