From 4845f07290465c9059ff7b5eb7a4ef14eefff838 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 1 Jul 2002 14:27:26 +0000 Subject: [PATCH] [project @ 2002-07-01 14:27:26 by simonmar] Add a top-level HTML page pulling together all the GHC documentation. --- ghc/docs/Makefile | 3 +++ ghc/docs/index.html | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 ghc/docs/index.html diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index cf8be1f..41b99c3 100644 --- a/ghc/docs/Makefile +++ b/ghc/docs/Makefile @@ -8,4 +8,7 @@ export WAYS= SUBDIRS = users_guide +install-docs :: index.html + $(INSTALL_DATA) $(INSTALL_OPTS) index.html $(datadir)/html + include $(TOP)/mk/target.mk diff --git a/ghc/docs/index.html b/ghc/docs/index.html new file mode 100644 index 0000000..f4c58fb --- /dev/null +++ b/ghc/docs/index.html @@ -0,0 +1,60 @@ + + + +GHC Documentation + + +

GHC Documentation

+ +

Welcome to GHC! + +

This is the top of the GHC documentation tree, where you will find +links to all the supplied documentation about GHC and its +libraries.

+ + + + + -- 1.7.10.4