[project @ 1999-02-02 14:14:11 by sof]
[ghc-hetmet.git] / ghc / docs / users_guide / Makefile
index 7c67def..3425899 100644 (file)
@@ -1,6 +1,14 @@
 TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 
-DOC_SRCS = profiling.lit user.lit
+ifeq "$(BIN_DIST)" "1"
+install :: html dvi info
+endif
+
+# Split up the pages on a per-sect2 basis. Big HTML docs
+# are a pain to flick through and use.
+SRC_SGML2HTML_OPTS += -s 1
+
+SGML_DOC = users_guide
 
 include $(TOP)/mk/target.mk