[project @ 1999-02-02 14:14:11 by sof]
[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 # Split up the pages on a per-sect2 basis. Big HTML docs
9 # are a pain to flick through and use.
10 SRC_SGML2HTML_OPTS += -s 1
11
12 SGML_DOC = users_guide
13
14 include $(TOP)/mk/target.mk