diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | docs/index.html (renamed from docs/index.html.in) | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index c4b8d5e7aa..3a92338b2e 100644 --- a/.gitignore +++ b/.gitignore @@ -112,7 +112,6 @@ _darcs/ /distrib/configure.ac /distrib/ghc.iss /docs/man -/docs/index.html /docs/users_guide/.log /docs/users_guide/users_guide /docs/users_guide/ghc.1 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 ]) diff --git a/docs/index.html.in b/docs/index.html index d849e7e5e6..a4b65dcf7c 100644 --- a/docs/index.html.in +++ b/docs/index.html @@ -39,7 +39,7 @@ <LI> <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> Documentation for the GHC API. |