X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=fa3e0dc4ee37102933107dc6c463c91a04cdfb66;hb=9825e269f78f31048f1ba02dd618773fdb6ddc69;hp=65accec4cb30198431cee9ef0ab1ac89bfc69f5a;hpb=92251809a94c17ff51fc2bdd2f736c663395f955;p=ir-tcl-moved-to-github.git diff --git a/doc/Makefile b/doc/Makefile index 65accec..fa3e0dc 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,15 +1,17 @@ -# $Id: Makefile,v 1.1 1995-05-30 10:59:20 adam Exp $ -all: -tcl.ps ir-tcl.txt +# $Id: Makefile,v 1.4 1995-10-27 11:16:53 adam Exp $ +all: ir-tcl.ps ir-tcl.txt ir-tcl.html ir-tcl.txt: ir-tcl.sgml - sgml-format -T nroff ir-tcl| qroff >ir-tcl.txt + sgml2txt ir-tcl.sgml ir-tcl.dvi: ir-tcl.sgml - sgml-format ir-tcl| qtex -d >ir-tcl.dvi + sgml2ps -d ir-tcl.sgml ir-tcl.ps: ir-tcl.sgml - sgml-format ir-tcl| qtex -x - mv out.ps ir-tcl.ps + sgml2ps ir-tcl.sgml + +ir-tcl.html: ir-tcl.sgml + sgml2html ir-tcl.sgml clean: rm -f [0-9]* *.bak