Skip to content

Commit 2e74d91

Browse files
committed
fix(make-deps): fix dependencies
That way, we don't build documentation unless this is truly necessary
1 parent 39253d9 commit 2e74d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mako/deps.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ${api_crate_publish_file}:
9898
${api_cargo}: ${api_target}
9999
cd ${gen_root} && cargo $(ARGS)
100100

101-
${api_doc_index}: ${api_target}
101+
${api_doc_index}: ${api_common}
102102
% if make.documentation_engine == 'rustdoc':
103103
cd ${gen_root} && cargo doc
104104
@echo "Docs for ${api_target} at $@"

0 commit comments

Comments
 (0)