X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2FMakefile;h=7eab96caab31a3525792b6ae985e402a4708af95;hb=1dacbb936d32d0fc313535d511f7ccdefa0078dc;hp=1457cd1f359fba6d77983a7b5b4592d4f009f0df;hpb=b0557732bde1ceb68d400fae6d570413eb666486;p=ir-tcl-moved-to-github.git diff --git a/doc/Makefile b/doc/Makefile index 1457cd1..7eab96c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,21 +1,17 @@ -# $Id: Makefile,v 1.2 1995-05-31 08:37:01 adam Exp $ -all: -tcl.ps ir-tcl.txt +# $Id: Makefile,v 1.5 1998-01-16 09:24:17 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 +ir-tcl.tex: ir-tcl.sgml + sgml2latex ir-tcl.sgml 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 + sgml2html ir-tcl.sgml clean: rm -f [0-9]* *.bak