From b3759cb5163225dde35386cb4a6b0ec9542cf9c8 Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 20 Feb 1998 13:48:02 +0000 Subject: [PATCH] [project @ 1998-02-20 13:48:02 by simonm] include the release notes in the introduction section. --- ghc/docs/users_guide/Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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 -- 1.7.10.4