From 68d1ea5fe083e0b3ed114bbf02a642c7481ab5d7 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Mon, 9 May 2022 14:05:00 +0100 Subject: docs: Fix path to GHC API docs in index.html In the make bindists we generate documentation in docs/ghc- but the hadrian bindists generate docs/ghc/ so the path to the GHC API docs was wrong in the index.html file. Rather than make the hadrian and make bindists the same it was easier to assume that if you're using the mkDocs script that you're using hadrian bindists. Fixes #21509 --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7f3c9a9d6d..6456721d2b 100644 --- a/configure.ac +++ b/configure.ac @@ -1222,7 +1222,6 @@ AC_CONFIG_FILES( libraries/libiserv/libiserv.cabal libraries/template-haskell/template-haskell.cabal docs/users_guide/ghc_config.py - docs/index.html libraries/prologue.txt distrib/configure.ac ]) -- cgit v1.2.1