From: Adam Dickmeiss Date: Fri, 27 Oct 1995 11:16:53 +0000 (+0000) Subject: Modified to new linuxdoc-1.4 X-Git-Tag: IRTCL.1.4~190 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=ed2cf91053cc9e6b59c810215b1b756019641743;hp=278d7bafdc18c92dd9703de8154ec3b9d04bbdda;p=ir-tcl-moved-to-github.git Modified to new linuxdoc-1.4 --- diff --git a/doc/Makefile b/doc/Makefile index 95e11bd..fa3e0dc 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,21 +1,17 @@ -# $Id: Makefile,v 1.3 1995-05-31 13:13:20 adam Exp $ +# $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 - 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