Minor.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 10 Dec 1999 10:37:56 +0000 (10:37 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 10 Dec 1999 10:37:56 +0000 (10:37 +0000)
CHANGELOG
doc/Makefile

index 3869c6e..6040cea 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-$Id: CHANGELOG,v 1.41 1999-04-20 10:01:46 adam Exp $
+$Id: CHANGELOG,v 1.42 1999-12-10 10:42:25 adam Exp $
 
 06/19/95 Release of ir-tcl-1.0b
 ------------------------------------------------------
@@ -129,3 +129,5 @@ $Id: CHANGELOG,v 1.41 1999-04-20 10:01:46 adam Exp $
 03/22/99 Added Z39.50 sort. The following methods have been implemented:
          sort (sends sort PDU), sortResponse (specifies sort handle) and
          sortStatus (returns sort status - after response).
+
+12/10/99 Release of ir-tcl-1.3
index 842093e..d720a3d 100644 (file)
@@ -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@^<BODY>@<!--#include virtual="top.shtml"-->@' | \
-               sed -e 's@^</BODY>@<!--#include virtual="bottom.shtml"-->@' >$$out; \
-       done
 
 clean:
        rm -f [0-9]* *.bak *.aux *.tex *.ps *.dvi *.html *.shtml