[project @ 1998-02-20 13:48:02 by simonm]
authorsimonm <unknown>
Fri, 20 Feb 1998 13:48:02 +0000 (13:48 +0000)
committersimonm <unknown>
Fri, 20 Feb 1998 13:48:02 +0000 (13:48 +0000)
include the release notes in the introduction section.

ghc/docs/users_guide/Makefile

index cfefcb9..d73e14a 100644 (file)
@@ -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