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 51d05d6 commit a87fbdfCopy full SHA for a87fbdf
1 file changed
src/mako/deps.mako
@@ -62,7 +62,7 @@ ${gen_root_stamp}: ${' '.join(i[0] for i in sds)} ${api_json_inputs} $(MAKO_STAN
62
${api_name}: ${api_common}
63
64
${api_cargo}: ${api_name}
65
- cd ${gen_root} && cargo $(ARGS)
+ (cd ${gen_root} && cargo $(ARGS))
66
67
${api_doc_index}: ${api_name}
68
cd ${gen_root} && cargo doc
@@ -85,6 +85,7 @@ apis: ${space_join(0)}
85
86
${doc_index}: ${' '.join(central_api_index(a[0]) for a in api_info)} $(MAKO_STANDARD_DEPENDENCIES)
87
$(MAKO) --var DOC_ROOT=${doc_root} -io $(MAKO_SRC)/index.html.mako=$@ --data-files $(API_SHARED_INFO) $(API_LIST)
88
+ @echo Documentation index created at '$@'
89
90
docs: ${doc_index}
91
docs-clean:
0 commit comments