Skip to content

Commit 638c32e

Browse files
committed
fixup! build, doc: use new api doc tooling
1 parent 3d977cd commit 638c32e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,7 @@ RAWVER=$(shell $(PYTHON) tools/getnodeversion.py)
818818
VERSION=v$(RAWVER)
819819

820820
.PHONY: doc-only
821+
.NOTPARALLEL: doc-only
821822
doc-only: tools/doc/node_modules \
822823
$(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.
823824
@if [ "$(shell $(node_use_openssl_and_icu))" != "true" ]; then \
@@ -873,7 +874,7 @@ docserve: doc-only ## Serve the documentation on localhost:8000.
873874
@$(PYTHON) -m http.server 8000 --bind 127.0.0.1 --directory out/doc/api
874875

875876
.PHONY: docclean
876-
.NOTPARALLEL: docclean doc-only out/doc
877+
.NOTPARALLEL: docclean
877878
docclean: ## Remove the generated documentation.
878879
$(RM) -r out/doc
879880

0 commit comments

Comments
 (0)