We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0447d commit 8d34f42Copy full SHA for 8d34f42
1 file changed
Makefile
@@ -894,9 +894,9 @@ $(apidocs_html) $(apidocs_json) out/doc/api/all.html out/doc/api/all.json &: $(a
894
--ignore $(skip_apidoc_files) \
895
-o out/doc/api \
896
-c ./CHANGELOG.md \
897
- -p $(JOBS) \
898
-v $(VERSION) \
899
--type-map doc/type-map.json \
+ $(if $(JOBS),-p $(JOBS)) \
900
) \
901
fi
902
endif
0 commit comments