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-38Lines changed: 4 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -856,7 +856,7 @@ VERSION=v$(RAWVER)
856
856
857
857
.PHONY: doc-only
858
858
.NOTPARALLEL: doc-only
859
-
doc-only: $(apidoc_dirs)$(apidocs_html)$(apidocs_json) out/doc/api/all.html out/doc/api/all.json out/doc/llms.txt out/doc/apilinks.json ## Builds the docs with the local or the global Node.js binary.
859
+
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.
860
860
861
861
.PHONY: doc
862
862
doc: $(NODE_EXE) doc-only ## Build Node.js, and then build the documentation with the new binary.
@@ -871,49 +871,15 @@ out/doc/api: doc/api
871
871
mkdir -p $@
872
872
cp -r doc/api out/doc
873
873
874
-
# Generate all doc files (individual and all.html/all.json) in a single doc-kit call
875
-
# Using grouped targets (&:) so Make knows one command produces all outputs
876
-
ifeq ($(OSTYPE),aix)
877
-
# TODO(@nodejs/web-infra): AIX is currently hanging during HTML minification
0 commit comments