Skip to content

Commit

Permalink
fix(make-deps): fix dependencies
Browse files Browse the repository at this point in the history
That way, we don't build documentation unless this is truly necessary
  • Loading branch information
Byron committed Apr 10, 2015
1 parent 39253d9 commit 2e74d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mako/deps.mako
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ${api_crate_publish_file}:
${api_cargo}: ${api_target}
cd ${gen_root} && cargo $(ARGS)

${api_doc_index}: ${api_target}
${api_doc_index}: ${api_common}
% if make.documentation_engine == 'rustdoc':
cd ${gen_root} && cargo doc
@echo "Docs for ${api_target} at $@"
Expand Down

0 comments on commit 2e74d91

Please sign in to comment.