From 7083be379460c80d0cca00114ac4b7eda993f034 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 7 Apr 2000 11:13:37 +0000 Subject: [PATCH] [project @ 2000-04-07 11:13:37 by simonmar] Add a wrapper for building the GHC Documentation Set (currently contains the Users' Guide and the HsLibs documentation). We can finally have cross references between these docs! Woo-hoo! But we still want to build at least HsLibs as a stand-alone book, so for now we'll only have references from the Users' Guide to the Hslibs doc, not the other way around. --- ghc/docs/set/Makefile | 16 ++++++++++++++++ ghc/docs/set/set.sgml | 19 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 ghc/docs/set/Makefile create mode 100644 ghc/docs/set/set.sgml diff --git a/ghc/docs/set/Makefile b/ghc/docs/set/Makefile new file mode 100644 index 0000000..e5e6867 --- /dev/null +++ b/ghc/docs/set/Makefile @@ -0,0 +1,16 @@ +#----------------------------------------------------------------------------- +# $Id: Makefile,v 1.1 2000/04/07 11:13:37 simonmar Exp $ +# +# (c) The GHC Team, 2000 +# + +TOP = ../.. +include $(TOP)/mk/boilerplate.mk + +ifeq "$(BIN_DIST)" "1" +install :: html dvi info +endif + +SGML_DOC = set + +include $(TOP)/mk/target.mk diff --git a/ghc/docs/set/set.sgml b/ghc/docs/set/set.sgml new file mode 100644 index 0000000..ed7c5e1 --- /dev/null +++ b/ghc/docs/set/set.sgml @@ -0,0 +1,19 @@ + + +%ug-ent; + + +%hslibs-ent; +]> + + + +&ug-book; + + + +&hslibs-book; + + + -- 1.7.10.4