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
+17-1Lines changed: 17 additions & 1 deletion
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/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.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.
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.
0 commit comments