From a69dbfcd849965e087cb6b6b6cf682b721ebb3dd Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Mon, 13 May 2024 15:57:44 +0000 Subject: [PATCH] Fix link in index --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 702f71eda23..3f7096e20e1 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ multiversion: Makefile @echo Step 3: Deleting temporary commits ./make_help_scripts/delete_tmp_commits.py @echo Step 4: Create correct index - @echo "" > "$(BUILDDIR)"/html/index.html + @echo "" > "$(BUILDDIR)"/html/index.html multiversion-with-errors: Makefile @echo Building multi version documentation without API @@ -92,7 +92,7 @@ multiversion-with-errors: Makefile @echo Step 3: Deleting temporary commits ./make_help_scripts/delete_tmp_commits.py @echo Step 4: Create correct index - @echo "" > "$(BUILDDIR)"/html/index.html + @echo "" > "$(BUILDDIR)"/html/index.html multiversion-with-api: Makefile @echo Building multi version documentation with API @@ -107,7 +107,7 @@ multiversion-with-api: Makefile @echo Step 5: Building multiversion API ./make_help_scripts/create_api_multi_version.py @echo Step 6: Create correct index - @echo "" > "$(BUILDDIR)"/html/index.html + @echo "" > "$(BUILDDIR)"/html/index.html .PHONY: help Makefile html-with-errors html-with-api multiversion multiversion-with-api multiversion-with-errors html-all-subrepos html-all-subrepos-with-api html-all-subrepos-with-errors linkcheck-all-subrepos-with-api