Skip to content

Commit 23033ba

Browse files
committed
Add recipe
1 parent 2ff9f93 commit 23033ba

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

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-info repl-examples repl-signatures repl-typed-signatures repl-aliases repl-alias2pkg repl-pkg2alias repl-alias2related repl-alias2standalone repl-pkg2related repl-pkg2standalone $(NODE_MODULES) $(SRC_DIR)/@stdlib/repl/scripts/build.js
25+
repl-docs: repl-help repl-info repl-examples repl-signatures repl-typed-signatures repl-aliases repl-alias2pkg repl-pkg2alias repl-alias2related repl-alias2standalone repl-pkg2related repl-pkg2standalone repl-standalone2pkg $(NODE_MODULES) $(SRC_DIR)/@stdlib/repl/scripts/build.js
2626
$(QUIET) $(NODE) "$(SRC_DIR)/@stdlib/repl/scripts/build.js"
2727

2828
.PHONY: repl-docs
@@ -146,3 +146,13 @@ repl-pkg2standalone: $(NODE_MODULES) $(SRC_DIR)/@stdlib/namespace/pkg2standalone
146146
$(QUIET) $(NODE) "$(SRC_DIR)/@stdlib/namespace/pkg2standalone/scripts/build.js"
147147

148148
.PHONY: repl-pkg2standalone
149+
150+
151+
# Build the mapping between REPL standalone package names and internal package names.
152+
#
153+
# This target rebuilds the REPL database.
154+
155+
repl-standalone2pkg: $(NODE_MODULES) $(SRC_DIR)/@stdlib/namespace/standalone2pkg/scripts/build.js
156+
$(QUIET) $(NODE) "$(SRC_DIR)/@stdlib/namespace/standalone2pkg/scripts/build.js"
157+
158+
.PHONY: repl-standalone2pkg

0 commit comments

Comments
 (0)