From f90ade3a7c770f660f06219e8254647d2a2a3cd2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 Feb 1997 16:47:03 +0000 Subject: [PATCH] Version change. --- Makefile.email | 8 ++++---- Makefile.web | 8 ++++---- README.email | 2 +- README.web | 2 +- doc/web.sgml | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile.email b/Makefile.email index 4acddf0..f7fc784 100644 --- a/Makefile.email +++ b/Makefile.email @@ -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 diff --git a/Makefile.web b/Makefile.web index 99c574e..c616be7 100644 --- a/Makefile.web +++ b/Makefile.web @@ -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 diff --git a/README.email b/README.email index ddbf25f..a2a65c7 100644 --- a/README.email +++ b/README.email @@ -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 diff --git a/README.web b/README.web index aeac9e9..a0749c6 100644 --- a/README.web +++ b/README.web @@ -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 diff --git a/doc/web.sgml b/doc/web.sgml index 805afc8..6433017 100644 --- a/doc/web.sgml +++ b/doc/web.sgml @@ -1,14 +1,14 @@
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/. -- 1.7.10.4