X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=d720a3d6b41a9e2f2d4dbe8273bae911a651644d;hb=cf97d0da75a3725f02d8ac35086f1605dc7952a3;hp=95e11bd2f93c16bee833ad9cefd0d0983dbf3cfe;hpb=d57ef5fefa59fec456ea461eb3485c2456d93691;p=ir-tcl-moved-to-github.git diff --git a/doc/Makefile b/doc/Makefile index 95e11bd..d720a3d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,22 +1,23 @@ -# $Id: Makefile,v 1.3 1995-05-31 13:13:20 adam Exp $ +# $Id: Makefile,v 1.8 1999-12-10 10:37:56 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 - -ir-tcl.dvi: ir-tcl.sgml - sgml-format ir-tcl| qtex -d >ir-tcl.dvi + sgml2txt -f ir-tcl.sgml ir-tcl.ps: ir-tcl.sgml - sgml-format ir-tcl| qtex -x - mv out.ps ir-tcl.ps + sgml2latex --output=ps ir-tcl + +ir-tcl.dvi: ir-tcl.tex + sgml2latex --output=dvi ir-tcl + +ir-tcl.tex: ir-tcl.sgml + sgml2latex --output=tex ir-tcl 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 + +ir-tcl.shtml: ir-tcl.html clean: - rm -f [0-9]* *.bak + rm -f [0-9]* *.bak *.aux *.tex *.ps *.dvi *.html *.shtml