File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -303,8 +303,7 @@ apidoc_dirs = out/doc out/doc/api/ out/doc/api/assets
303
303
304
304
apiassets = $(subst api_assets,api/assets,$(addprefix out/,$(wildcard doc/api_assets/* ) ) )
305
305
306
- doc-only : $(apidocs_html ) $(apidocs_json )
307
- doc : $(NODE_EXE ) doc-only
306
+ doc : $(apidocs_html ) $(apidocs_json )
308
307
309
308
$(apidoc_dirs ) :
310
309
mkdir -p $@
@@ -750,5 +749,5 @@ endif
750
749
blog blogclean tar binary release-only bench-http-simple bench-idle \
751
750
bench-all bench bench-misc bench-array bench-buffer bench-net \
752
751
bench-http bench-fs bench-tls cctest run-ci test-v8 test-v8-intl \
753
- test-v8-benchmarks test-v8-all v8 lint-ci bench-ci jslint-ci doc-only \
752
+ test-v8-benchmarks test-v8-all v8 lint-ci bench-ci jslint-ci \
754
753
$(TARBALL ) -headers test-ci test-ci-native test-ci-js build-ci
You can’t perform that action at this time.
0 commit comments