From: simonmar Date: Fri, 7 Apr 2000 11:13:37 +0000 (+0000) Subject: [project @ 2000-04-07 11:13:37 by simonmar] X-Git-Tag: Approximately_9120_patches~4776 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7083be379460c80d0cca00114ac4b7eda993f034;p=ghc-hetmet.git [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. --- 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; + + +