X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=0fe606efe31ef1935cf8bd5a9627aed40b7062d9;hb=d026c3e06f6e19e5ed4174ab1a504a4b5af79183;hp=65accec4cb30198431cee9ef0ab1ac89bfc69f5a;hpb=92251809a94c17ff51fc2bdd2f736c663395f955;p=ir-tcl-moved-to-github.git diff --git a/doc/Makefile b/doc/Makefile index 65accec..0fe606e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,16 +1,23 @@ -# $Id: Makefile,v 1.1 1995-05-30 10:59:20 adam Exp $ -all: -tcl.ps ir-tcl.txt +# $Id: Makefile,v 1.9 2004-04-26 09:50:50 adam Exp $ +all: ir-tcl.ps 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 + 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