Skip to content

Commit c686685

Browse files
committed
fixup! build, doc: use new api doc tooling
1 parent d9c4bdb commit c686685

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
@@ -808,7 +808,7 @@ apidocs_json = $(addprefix out/,$(apidoc_sources:.md=.json))
808808
run-npm-ci = $(PWD)/$(NPM) ci --omit=dev
809809

810810
tools/doc/node_modules: tools/doc/package.json
811-
if [ "$(shell $(node_use_openssl_and_icu))" != "true" ]; then \
811+
@if [ "$(shell $(node_use_openssl_and_icu))" != "true" ]; then \
812812
echo "Skipping tools/doc/node_modules (no crypto and/or no ICU)"; \
813813
else \
814814
cd tools/doc && $(call available-node,$(run-npm-ci)) \
@@ -853,7 +853,7 @@ $(apidocs_html) $(apidocs_json) out/doc/api/all.html out/doc/api/all.json &: $(a
853853
--type-map doc/type-map.json \
854854
)
855855

856-
out/doc/apilinks.json: $(wildcard lib/*.js) | out/doc
856+
out/doc/apilinks.json: $(wildcard lib/*.js) tools/doc/node_modules | out/doc
857857
$(call available-node, \
858858
$(DOC_KIT) generate \
859859
-t api-links \

0 commit comments

Comments
 (0)