From: simonm Date: Fri, 20 Feb 1998 13:48:02 +0000 (+0000) Subject: [project @ 1998-02-20 13:48:02 by simonm] X-Git-Tag: Approx_2487_patches~937 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b3759cb5163225dde35386cb4a6b0ec9542cf9c8 [project @ 1998-02-20 13:48:02 by simonm] include the release notes in the introduction section. --- diff --git a/ghc/docs/users_guide/Makefile b/ghc/docs/users_guide/Makefile index cfefcb9..d73e14a 100644 --- a/ghc/docs/users_guide/Makefile +++ b/ghc/docs/users_guide/Makefile @@ -11,6 +11,7 @@ endif SGML_SRCS = \ user.sgml \ intro.sgml \ + 3-01-notes.sgml \ using.sgml \ runtime_control.sgml \ profiling.sgml \ @@ -27,17 +28,6 @@ SGML_SRCS = \ utils.sgml \ end.sgml -# release.sgml \ -# 3-00-notes.sgml \ -# 2-10-notes.sgml \ -# 2-09-notes.sgml \ -# 2-08-notes.sgml \ -# 2-06-notes.sgml \ -# 2-04-notes.sgml \ -# 2-03-notes.sgml \ -# 2-02-notes.sgml \ -# how_to_run.sgml \ - SGML_DOC = users_guide include $(TOP)/mk/target.mk