You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+30-26Lines changed: 30 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -819,11 +819,7 @@ VERSION=v$(RAWVER)
819
819
820
820
.PHONY: doc-only
821
821
.NOTPARALLEL: doc-only
822
-
doc-only: tools/doc/node_modules \
823
-
$(apidoc_dirs)$(apidocs_html)$(apidocs_json) out/doc/api/all.html out/doc/api/all.json out/doc/apilinks.json ## Builds the docs with the local or the global Node.js binary.
doc-only: $(apidoc_dirs)$(apidocs_html)$(apidocs_json) out/doc/api/all.html out/doc/api/all.json out/doc/apilinks.json ## Builds the docs with the local or the global Node.js binary.
827
823
828
824
.PHONY: doc
829
825
doc: $(NODE_EXE) doc-only ## Build Node.js, and then build the documentation with the new binary.
@@ -841,29 +837,37 @@ out/doc/api: doc/api
841
837
# Generate all doc files (individual and all.html/all.json) in a single doc-kit call
842
838
# Using grouped targets (&:) so Make knows one command produces all outputs
0 commit comments