From feb4375cd596f0645c86e6703f613baecfaeea4c Mon Sep 17 00:00:00 2001 From: Daniel Cronqvist Date: Sat, 16 Nov 2024 19:26:44 +0100 Subject: [PATCH] Make sure docs index.md depends on README.md as it is copied --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30ddf7e..c83c9fa 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ docs-serve: docs/index.md docs-build: docs/index.md docfx docs/docfx.json -docs/index.md: +docs/index.md: README.md cp README.md docs/index.md lint: