From ee98c136abfc17c449fc964b42c1ade101df34df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Pomp=C3=A9ry?= Date: Tue, 17 Sep 2024 17:07:30 +0200 Subject: [PATCH 1/2] fix: rustdocs build step --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d51dc5..2aefcbf 100644 --- a/Makefile +++ b/Makefile @@ -6,10 +6,11 @@ AZURE_STORAGE_ACCOUNT := ghpreview AZURE_STORAGE_CONTAINER := preview -build: specs/index.html specs/faq.html gen/target/doc/ileap_extension/index.html +build: specs/index.html specs/faq.html mkdir -p ${RELEASE_DIR} cp -r $^ specs/diagrams ${RELEASE_DIR}/ cp -r TR ${RELEASE_DIR}/ + make gen/target/doc/ileap_extension/index.html mkdir -p ${RELEASE_DIR}/rustdocs cp -r gen/target/doc/ileap_extension/ ${RELEASE_DIR}/rustdocs/ From a5f6b028b912148e2a15f0cf17a86864f3d53ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Pomp=C3=A9ry?= Date: Tue, 17 Sep 2024 17:09:03 +0200 Subject: [PATCH 2/2] docs: "document" the build rule a bit" --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2aefcbf..41cdfcd 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ build: specs/index.html specs/faq.html mkdir -p ${RELEASE_DIR} cp -r $^ specs/diagrams ${RELEASE_DIR}/ cp -r TR ${RELEASE_DIR}/ + + ## and now build the rust docs... make gen/target/doc/ileap_extension/index.html mkdir -p ${RELEASE_DIR}/rustdocs cp -r gen/target/doc/ileap_extension/ ${RELEASE_DIR}/rustdocs/