Version change.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 Feb 1997 16:47:03 +0000 (16:47 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 Feb 1997 16:47:03 +0000 (16:47 +0000)
Makefile.email
Makefile.web
README.email
README.web
doc/web.sgml

index 4acddf0..f7fc784 100644 (file)
@@ -1,14 +1,14 @@
 # Top level Makefile for the Email - Z39.50 gateway
 # Europagate, 1995-1996.
 #
-# $Id: Makefile.email,v 1.6 1996/09/03 14:06:38 adam Exp $
+# $Id: Makefile.email,v 1.7 1997/02/19 16:47:03 adam Exp $
 #
 SHELL=/bin/sh
 MAKE=make
 #CC=cc
 CPP=$(CC) -E
 
-VERSION=1.0
+VERSION=1.1
 
 # Email gateway settings --------------------------------------
 
@@ -20,7 +20,7 @@ EMAILLIBDIR=/usr/local/lib/emailgw
 #REGEXINC=-I../../../pd-src/regex-0.12
 
 # Other libraries needed on some systems
-#ELIB=-lnsl -lsocket
+#ELIBS=-lnsl -lsocket
 
 # If you are using YAZ uncomment these lines
 ZACC=zlayer-yaz
@@ -40,7 +40,7 @@ ZDEFS=
 SUBDIR=res+log util ccl fml $(ZACC) kernel
 
 all:
-       for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" ZLIB="$(ZLIB)" CPP="$(CPP)" ELIB="$(ELIB)" REGEXOBJ="$(REGEXOBJ)" REGEXINC="$(REGEXINC)" ZDEFS="$(ZDEFS)"; then cd ..; else exit 1; fi; done
+       for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" ZLIB="$(ZLIB)" CPP="$(CPP)" ELIBS="$(ELIBS)" REGEXOBJ="$(REGEXOBJ)" REGEXINC="$(REGEXINC)" ZDEFS="$(ZDEFS)"; then cd ..; else exit 1; fi; done
 
 dep depend:
        for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" CPP="$(CPP)" REGEXINC="$(REGEXINC)" ZDEFS="$(ZDEFS)" depend; then cd ..; else exit 1; fi; done
index 99c574e..c616be7 100644 (file)
@@ -1,14 +1,14 @@
 # Top level Makefile for the Web - Z39.50 gateway
 # Europagate, 1995-1996.
 #
-# $Id: Makefile.web,v 1.7 1997/02/10 10:15:10 adam Exp $
+# $Id: Makefile.web,v 1.8 1997/02/19 16:47:04 adam Exp $
 #
 SHELL=/bin/sh
 MAKE=make
 #CC=cc
 CPP=$(CC) -E
 
-VERSION=1.0
+VERSION=1.1
 
 # Install directories
 HTTPDDIR=/var/lib/httpd
@@ -29,7 +29,7 @@ IRTCLLIB=$(IRTCLDIR)/libirtcl.a
 IRTCLINC=-I$(IRTCLDIR)
 
 # Other libraries needed on some systems
-#ELIB=-lnsl -lsocket
+#ELIBS=-lnsl -lsocket
 
 # If you are using YAZ uncomment these lines
 ZINC=-I../../yaz/include
@@ -42,7 +42,7 @@ ZDEFS=
 SUBDIR=res+log util www
 
 all:
-       for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" ZLIB="$(ZLIB)" CPP="$(CPP)" ELIB="$(ELIB)" ZDEFS="$(ZDEFS)" TCLLIB="$(TCLLIB)" TCLINC="$(TCLINC)" IRTCLLIB="$(IRTCLLIB)" IRTCLINC="$(IRTCLINC)" EGWDIR="$(EGWDIR)"; then cd ..; else exit 1; fi; done
+       for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" ZLIB="$(ZLIB)" CPP="$(CPP)" ELIBS="$(ELIBS)" ZDEFS="$(ZDEFS)" TCLLIB="$(TCLLIB)" TCLINC="$(TCLINC)" IRTCLLIB="$(IRTCLLIB)" IRTCLINC="$(IRTCLINC)" EGWDIR="$(EGWDIR)"; then cd ..; else exit 1; fi; done
 
 dep depend:
        for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" CPP="$(CPP)" ZDEFS="$(ZDEFS)" TCLINC="$(TCLINC)" IRTCLINC="$(IRTCLINC)" depend; then cd ..; else exit 1; fi; done
index ddbf25f..a2a65c7 100644 (file)
@@ -2,7 +2,7 @@ Europagate Email - Z39.50 gateway
 
 See LICENSE for details.
 
-Version 1.0 $Date: 1996/08/28 08:25:04 $
+Version 1.1 $Date: 1997/02/19 16:47:04 $
 
 Europagate Home Page: http://europagate.dtv.dk
 
index aeac9e9..a0749c6 100644 (file)
@@ -2,7 +2,7 @@ Europagate Web - Z39.50 gateway
 
 See LICENSE for details.
 
-Version 1.0 p1 $Date: 1997/01/24 13:14:08 $
+Version 1.1 p1 $Date: 1997/02/19 16:47:04 $
 
 Europagate Home Page: http://europagate.dtv.dk
 
index 805afc8..6433017 100644 (file)
@@ -1,14 +1,14 @@
 <!doctype linuxdoc system>
 
 <!--
-  $Id: web.sgml,v 1.4 1996/08/28 09:35:54 adam Exp $
+  $Id: web.sgml,v 1.5 1997/02/19 16:47:07 adam Exp $
 -->
 
 <article>
 <title>Web/Z39.50 gateway guide
 <author>Europagate, 1996 <htmlurl url="http://europagate.dtv.dk"
  name="http://europagate.dtv.dk">
-<date>$Revision: 1.4 $
+<date>$Revision: 1.5 $
 <abstract>
 This document describes a Web server that provides access to the
 Z39.50 protocol.
@@ -46,7 +46,7 @@ Unpack <tt>web-z39-...tar.gz</tt> and edit the top level
 <tt/Makefile/. Specify where the YAZ package can be found by setting
 the the include path <tt/ZINC/, and the YAZ library <tt/ZLIB/.
 Some systems need extra socket libraries - in this case set the
-<tt/ELIB/ variable. You need also to define the location of Tcl:
+<tt/ELIBS/ variable. You need also to define the location of Tcl:
 <tt/TCLLIB/ and <tt/TCLINC/ - and the location of IrTcl:
 <tt/IRTCLLIB/ and <tt/IRTCLINC/.