Skip to content
Snippets Groups Projects
Commit 9ddda31c authored by Matthew Pickering's avatar Matthew Pickering Committed by Ben Gamari
Browse files

docs: Fix path to GHC API docs in index.html

In the make bindists we generate documentation in docs/ghc-<VER> 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

(cherry picked from commit 68d1ea5f)
parent ab4d7420
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,6 @@ _darcs/ ...@@ -112,7 +112,6 @@ _darcs/
/distrib/configure.ac /distrib/configure.ac
/distrib/ghc.iss /distrib/ghc.iss
/docs/man /docs/man
/docs/index.html
/docs/users_guide/.log /docs/users_guide/.log
/docs/users_guide/users_guide /docs/users_guide/users_guide
/docs/users_guide/ghc.1 /docs/users_guide/ghc.1
......
...@@ -1248,7 +1248,6 @@ AC_CONFIG_FILES( ...@@ -1248,7 +1248,6 @@ AC_CONFIG_FILES(
libraries/libiserv/libiserv.cabal libraries/libiserv/libiserv.cabal
libraries/template-haskell/template-haskell.cabal libraries/template-haskell/template-haskell.cabal
docs/users_guide/ghc_config.py docs/users_guide/ghc_config.py
docs/index.html
libraries/prologue.txt libraries/prologue.txt
distrib/configure.ac distrib/configure.ac
]) ])
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<LI> <LI>
<P> <P>
<B><A HREF="libraries/ghc-@ProjectVersionMunged@/index.html">GHC API</A></B> <B><A HREF="libraries/ghc/index.html">GHC API</A></B>
</P> </P>
<P> <P>
Documentation for the GHC API. Documentation for the GHC API.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment