diff options
author | simonm <unknown> | 1998-01-13 12:14:44 +0000 |
---|---|---|
committer | simonm <unknown> | 1998-01-13 12:14:44 +0000 |
commit | fbf2e16821d9661d4a086ddb4eaaf31b97f17740 (patch) | |
tree | d9fea5a4c5060b152ff16ed94e29f7ff1dc3e0e6 /docs/Makefile | |
parent | a1880d93632bf9a85cc04d30740b032413338b04 (diff) | |
download | haskell-fbf2e16821d9661d4a086ddb4eaaf31b97f17740.tar.gz |
[project @ 1998-01-13 12:14:40 by simonm]
SGML version of the installation guide. SGML-Tools 1.0.3 or later is required,
and the indexing still doesn't work automatically.
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index b2164c464f..203cf3c921 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,7 +1,9 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -DOC_SRCS = installing.lit +DOC_SRCS = installing.vsgml + +CLEAN_FILES += installing.sgml installing*.html installing.info* SRC_TEXI2HTML_OPTS += -number -monolithic -invisible xbm |