summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorsimonm <unknown>1998-10-09 13:33:38 +0000
committersimonm <unknown>1998-10-09 13:33:38 +0000
commit5da1e4ac8dd64bf42c515492344603edc8a210e2 (patch)
tree14b6cf6c872b9b61b78b26b8dd1000e41e8f29e3 /docs/Makefile
parent0941edb00f785a11c2cb9432b7e5bbf180d18269 (diff)
downloadhaskell-5da1e4ac8dd64bf42c515492344603edc8a210e2.tar.gz
[project @ 1998-10-09 13:33:38 by simonm]
clean up document makefiles.
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 203cf3c921..765515a5cc 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,10 +1,6 @@
TOP = ..
include $(TOP)/mk/boilerplate.mk
-DOC_SRCS = installing.vsgml
-
-CLEAN_FILES += installing.sgml installing*.html installing.info*
-
-SRC_TEXI2HTML_OPTS += -number -monolithic -invisible xbm
+SGML_DOC = installing
include $(TOP)/mk/target.mk