diff options
author | Ian Lynagh <igloo@earth.li> | 2007-08-30 22:37:40 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-08-30 22:37:40 +0000 |
commit | 88aa9117c3bd185e96a0bdc2e935afe180c6decc (patch) | |
tree | 0888eef2d03bfd29db13376e992fb7e762c2f0a1 /docs/index.html | |
parent | bf9eb20fbc731c05724297022a4b9a1479ddd180 (diff) | |
download | haskell-88aa9117c3bd185e96a0bdc2e935afe180c6decc.tar.gz |
Fix where all the documentation gets installed
The paths can also now be overridden with the standard configure flags
--docdir=, --htmldir= etc. We were always advertising these, but now we
actually obey them.
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index cadd6f5df0..d1eb67a696 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,7 +20,7 @@ <UL> <LI> <P> - <B><A HREF="users_guide/index.html">The User's Guide</A></B> + <B><A HREF="users_guide/html/index.html">The User's Guide</A></B> </P> <P> The User's Guide has all you need to know about using GHC: @@ -30,7 +30,7 @@ <LI> <P> - <B><A HREF="libraries/index.html">Libraries</A></B> + <B><A HREF="libraries/html/index.html">Libraries</A></B> </P> <P> Documentation for the libraries that come with GHC. @@ -39,7 +39,7 @@ <LI> <P> - <B><A HREF="Cabal/index.html">Cabal</A></B> + <B><A HREF="Cabal/html/index.html">Cabal</A></B> </P> <P>An infrastructure for building and distributing Haskell software.</P> @@ -54,3 +54,4 @@ </ul> </BODY> </HTML> + |