a291225ae407a6fdedc4f33a6f7d42ff8c74be79
[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         3-02-notes.sgml \
15         using.sgml \
16           runtime_control.sgml \
17           profiling.sgml \
18           debugging.sgml \
19         sooner.sgml \
20         lang.sgml \
21           glasgow_exts.sgml \
22           parallel.sgml \
23           vs_haskell.sgml \
24         libraries.sgml \
25           posix.sgml \
26           libmisc.sgml \
27         gone_wrong.sgml \
28         utils.sgml \
29         end.sgml
30
31 SGML_DOC = users_guide
32
33 include $(TOP)/mk/target.mk