Skip to content

Commit f39a5a0

Browse files
committed
fix: Makefile, once again
1 parent d80dfda commit f39a5a0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

-6
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ build: specs/index.html specs/faq.html
1111
cp -r $^ specs/diagrams ${RELEASE_DIR}/
1212
cp -r TR ${RELEASE_DIR}/
1313

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-
1814
specs/index.html: specs/index.bs ${DIAGRAMS}
1915
bikeshed spec $< $@
2016

@@ -33,8 +29,6 @@ clean:
3329
${MMDC}:
3430
npm install @mermaid-js/mermaid-cli
3531

36-
.PHONY: gen/target/doc/ileap_extension/index.html
37-
3832
azure-upload-preview: build
3933
az storage blob upload-batch \
4034
-d ${AZURE_STORAGE_CONTAINER} \

0 commit comments

Comments
 (0)