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
+6-32Lines changed: 6 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -815,11 +815,9 @@ VERSION=v$(RAWVER)
815
815
816
816
.PHONY: doc-only
817
817
doc-only: tools/doc/node_modules \
818
-
$(apidoc_dirs)## Builds the docs with the local or the global Node.js binary.
818
+
$(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.
0 commit comments