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-signatures repl-typed-signatures repl-aliases repl-alias2pkg repl-pkg2alias repl-alias2related repl-pkg2related
25+ repl-docs : repl-help repl-info repl- examples repl-signatures repl-typed-signatures repl-aliases repl-alias2pkg repl-pkg2alias repl-alias2related repl-pkg2related
2626
2727.PHONY : repl-docs
2828
@@ -37,6 +37,16 @@ repl-help: $(NODE_MODULES) $(SRC_DIR)/@stdlib/repl/help/scripts/build.js
3737.PHONY : repl-help
3838
3939
40+ # Generate abbreviated REPL help.
41+ #
42+ # This target generates abbreviated REPL help documentation.
43+
44+ repl-info : $(NODE_MODULES ) $(SRC_DIR ) /@stdlib/repl/info/scripts/build.js
45+ $(QUIET ) $(NODE ) " $( SRC_DIR) /@stdlib/repl/info/scripts/build.js"
46+
47+ .PHONY : repl-info
48+
49+
4050# Aggregate REPL examples.
4151#
4252# This target aggregates REPL examples.
You can’t perform that action at this time.
0 commit comments