X-Git-Url: http://git.indexdata.com/?p=ir-tcl-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile;h=d720a3d6b41a9e2f2d4dbe8273bae911a651644d;hp=842093e575553c618c613cf1b0ce523d67c45e83;hb=cf97d0da75a3725f02d8ac35086f1605dc7952a3;hpb=c594394608a2d72bd7b73dfa20bbe5cde7187637 diff --git a/doc/Makefile b/doc/Makefile index 842093e..d720a3d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.7 1999-02-11 10:57: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 - sgml2txt ir-tcl.sgml + sgml2txt -f ir-tcl.sgml ir-tcl.ps: ir-tcl.sgml sgml2latex --output=ps ir-tcl @@ -17,12 +17,6 @@ ir-tcl.html: ir-tcl.sgml sgml2html ir-tcl ir-tcl.shtml: ir-tcl.html - for f in ir-tcl*.html; do \ - out=`echo $$f | sed -e 's/.html/.shtml/'`; \ - sed -e 's@\(ir-tcl.*\).html@\1.shtml@' $$f | \ - sed -e 's@^@@' | \ - sed -e 's@^@@' >$$out; \ - done clean: rm -f [0-9]* *.bak *.aux *.tex *.ps *.dvi *.html *.shtml