From be03960dcbb3da58587f0bf8963451e153420183 Mon Sep 17 00:00:00 2001 From: panne Date: Tue, 1 Jul 2003 11:44:46 +0000 Subject: [PATCH] [project @ 2003-07-01 11:44:46 by panne] The starting page of the GHC Documentation contains no autoconf tricks anymore, so keep things simple... --- ghc/configure.in | 2 +- ghc/docs/{index.html.in => index.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ghc/docs/{index.html.in => index.html} (100%) diff --git a/ghc/configure.in b/ghc/configure.in index e9c9f95..fd56092 100644 --- a/ghc/configure.in +++ b/ghc/configure.in @@ -57,4 +57,4 @@ AC_SUBST(HOpenGLHTMLStart) AC_SUBST(HOpenGLHTMLEnd) dnl * Write the results... -AC_OUTPUT(ghc.spec docs/index.html docs/libraries.html) +AC_OUTPUT(ghc.spec docs/libraries.html) diff --git a/ghc/docs/index.html.in b/ghc/docs/index.html similarity index 100% rename from ghc/docs/index.html.in rename to ghc/docs/index.html -- 1.7.10.4