[project @ 1998-01-30 17:01:49 by simonm]
[ghc-hetmet.git] / ghc / docs / users_guide / Makefile
1 TOP = ../..
2 include $(TOP)/mk/boilerplate.mk
3
4 ifeq "$(BIN_DIST)" "1"
5 install :: html dvi info
6 endif
7
8 # These files are just concatenated to produce the complete document, in the
9 # same order as they are given below.
10
11 SGML_SRCS = \
12         user.sgml \
13         intro.sgml \
14         using.sgml \
15           runtime_control.sgml \
16           profiling.sgml \
17           debugging.sgml \
18         sooner.sgml \
19         lang.sgml \
20           glasgow_exts.sgml \
21           parallel.sgml \
22           vs_haskell.sgml \
23         libraries.sgml \
24           posix.sgml \
25           libmisc.sgml \
26         gone_wrong.sgml \
27         utils.sgml \
28         end.sgml
29
30 #       release.sgml \
31 #       3-00-notes.sgml \
32 #       2-10-notes.sgml \
33 #       2-09-notes.sgml \
34 #       2-08-notes.sgml \
35 #       2-06-notes.sgml \
36 #       2-04-notes.sgml \
37 #       2-03-notes.sgml \
38 #       2-02-notes.sgml \
39 #       how_to_run.sgml \
40
41 SGML_DOC = users_guide
42
43 include $(TOP)/mk/target.mk