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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -819,7 +819,7 @@ VERSION=v$(RAWVER)
819
819
820
820
.PHONY: doc-only
821
821
.NOTPARALLEL: doc-only
822
-
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.
822
+
doc-only: $(apidoc_dirs)$(apidocs_html)$(apidocs_json) out/doc/api/all.json out/doc/apilinks.json ## Builds the docs with the local or the global Node.js binary.
823
823
824
824
.PHONY: doc
825
825
doc: $(NODE_EXE) doc-only ## Build Node.js, and then build the documentation with the new binary.
@@ -838,16 +838,16 @@ out/doc/api: doc/api
838
838
# Using grouped targets (&:) so Make knows one command produces all outputs
839
839
ifeq ($(OSTYPE),aix)
840
840
# TODO(@nodejs/web-infra): AIX is currently hanging during HTML minification
0 commit comments