From: Adam Dickmeiss Date: Wed, 31 May 1995 08:37:01 +0000 (+0000) Subject: New rule to make html-doc. X-Git-Tag: IRTCL.1.4~298 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=b0557732bde1ceb68d400fae6d570413eb666486;p=ir-tcl-moved-to-github.git New rule to make html-doc. --- diff --git a/doc/Makefile b/doc/Makefile index 65accec..1457cd1 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995-05-30 10:59:20 adam Exp $ +# $Id: Makefile,v 1.2 1995-05-31 08:37:01 adam Exp $ all: -tcl.ps ir-tcl.txt ir-tcl.txt: ir-tcl.sgml @@ -11,6 +11,12 @@ ir-tcl.ps: ir-tcl.sgml sgml-format ir-tcl| qtex -x mv out.ps ir-tcl.ps +ir-tcl.html: ir-tcl.sgml + sgml-format -T html ir-tcl | prehtml | fixref >tmp.html + sgml-format -T html ir-tcl | prehtml >>tmp.html + html2html ir-tcl ir-tcl.html + rm tmp.html + clean: rm -f [0-9]* *.bak