Skip to content

Commit 4651aa3

Browse files
committed
Add command to generate abbreviated help
1 parent 740926c commit 4651aa3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tools/make/lib/docs/repl.mk

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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.

0 commit comments

Comments
 (0)