File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ AZURE_STORAGE_ACCOUNT := ghpreview
6
6
AZURE_STORAGE_CONTAINER := preview
7
7
8
8
9
- build : specs/index.html specs/faq.html
9
+ build : specs/index.html specs/faq.html gen/target/doc/ileap_extension/index.html
10
10
mkdir -p ${RELEASE_DIR}
11
11
cp -r $^ specs/diagrams ${RELEASE_DIR} /
12
12
cp -r TR ${RELEASE_DIR} /
13
+ mkdir -p ${RELEASE_DIR} /rustdocs
14
+ cp -r gen/target/doc/ileap_extension/ ${RELEASE_DIR} /rustdocs/
13
15
14
16
specs/index.html : specs/index.bs ${DIAGRAMS}
15
17
bikeshed spec $< $@
@@ -29,6 +31,10 @@ clean:
29
31
${MMDC} :
30
32
npm install @mermaid-js/mermaid-cli
31
33
34
+ gen/target/doc/ileap_extension/index.html :
35
+ cd gen && cargo doc --no-deps --document-private-items --all-features --open
36
+
37
+ .PHONY : gen/target/doc/ileap_extension/index.html
32
38
33
39
azure-upload-preview : build
34
40
az storage blob upload-batch \
You can’t perform that action at this time.
0 commit comments