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
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/node.1 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.
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.
0 commit comments