From 3cb6a081f3628bcd0392cea5dcbda95b2928b9d5 Mon Sep 17 00:00:00 2001 From: Will Hedgecock Date: Mon, 4 Nov 2024 12:48:10 -0600 Subject: [PATCH] Create index.html redirect in docs --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 654d1ed..220b8b4 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ setup: docs: RUSTDOCFLAGS="--extend-css musicxml/assets/docs.css" cargo doc --workspace --no-deps --release --exclude musicxml_internal --exclude musicxml_macros + echo "" > target/doc/index.html cp -r musicxml/assets/* target/doc/musicxml/ mv target/doc/musicxml/fonts target/doc/