diff options
author | simonm <unknown> | 1998-10-09 13:33:38 +0000 |
---|---|---|
committer | simonm <unknown> | 1998-10-09 13:33:38 +0000 |
commit | 5da1e4ac8dd64bf42c515492344603edc8a210e2 (patch) | |
tree | 14b6cf6c872b9b61b78b26b8dd1000e41e8f29e3 /docs/Makefile | |
parent | 0941edb00f785a11c2cb9432b7e5bbf180d18269 (diff) | |
download | haskell-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/Makefile | 6 |
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 |