We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80dfda commit f39a5a0Copy full SHA for f39a5a0
Makefile
@@ -11,10 +11,6 @@ build: specs/index.html specs/faq.html
11
cp -r $^ specs/diagrams ${RELEASE_DIR}/
12
cp -r TR ${RELEASE_DIR}/
13
14
- ## and now build the rust docs...
15
- make gen/target/doc/ileap_extension/index.html
16
- cp -r gen/target/doc ${RELEASE_DIR}/rustdocs
17
-
18
specs/index.html: specs/index.bs ${DIAGRAMS}
19
bikeshed spec $< $@
20
@@ -33,8 +29,6 @@ clean:
33
29
${MMDC}:
34
30
npm install @mermaid-js/mermaid-cli
35
31
36
-.PHONY: gen/target/doc/ileap_extension/index.html
37
38
32
azure-upload-preview: build
39
az storage blob upload-batch \
40
-d ${AZURE_STORAGE_CONTAINER} \
0 commit comments