Skip to content

Commit dfaa057

Browse files
TrottMylesBorins
authored andcommitted
build: use doc-only instead of doc
Use `make doc-only` instead of `make doc` where applicable. PR-URL: #16309 Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent dae022e commit dfaa057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ else
208208
test: all
209209
$(MAKE) build-addons
210210
$(MAKE) build-addons-napi
211-
$(MAKE) doc
211+
$(MAKE) doc-only
212212
$(MAKE) cctest
213213
$(PYTHON) tools/test.py --mode=release -J \
214214
$(CI_ASYNC_HOOKS) \
@@ -388,7 +388,7 @@ test-ci-js: | clear-stalled
388388
fi
389389

390390
test-ci: LOGLEVEL := info
391-
test-ci: | clear-stalled build-addons build-addons-napi doc
391+
test-ci: | clear-stalled build-addons build-addons-napi doc-only
392392
out/Release/cctest --gtest_output=tap:cctest.tap
393393
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
394394
--mode=release --flaky-tests=$(FLAKY_TESTS) \

0 commit comments

Comments
 (0)