From ecc802567663985c6853a3390e19dda4cd5b508a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 22 Apr 2010 21:32:26 +0000 Subject: [PATCH] Fix the GHC API link in the main doc index.html --- configure.ac | 2 +- docs/{index.html => index.html.in} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{index.html => index.html.in} (94%) diff --git a/configure.ac b/configure.ac index 9ab6b34..51b04d6 100644 --- a/configure.ac +++ b/configure.ac @@ -915,7 +915,7 @@ if grep ' ' compiler/ghc.cabal.in 2>&1 >/dev/null; then AC_MSG_ERROR([compiler/ghc.cabal.in contains tab characters; please remove them]) fi -AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal ghc.spec extra-gcc-opts docs/users_guide/ug-book.xml docs/users_guide/ug-ent.xml libraries/prologue.txt distrib/ghc.iss distrib/configure.ac]) +AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal ghc.spec extra-gcc-opts docs/users_guide/ug-book.xml docs/users_guide/ug-ent.xml docs/index.html libraries/prologue.txt distrib/ghc.iss distrib/configure.ac]) AC_CONFIG_COMMANDS([mk/stamp-h],[echo timestamp > mk/stamp-h]) AC_OUTPUT diff --git a/docs/index.html b/docs/index.html.in similarity index 94% rename from docs/index.html rename to docs/index.html.in index edb89b5..e4463bc 100644 --- a/docs/index.html +++ b/docs/index.html.in @@ -39,7 +39,7 @@
  • - GHC API + GHC API

    Documentation for the GHC API. -- 1.7.10.4