From 9087005beb356199bca92acf383dfbbde3cf55f5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 5 Aug 1996 10:27:58 +0000 Subject: [PATCH] Minor changes. --- Makefile | 11 ++++++----- README | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 791b660..968a20d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Top level Makefile for the Z39.50 gateway (Web and email) # Europagate, 1995-1996. # -# $Id: Makefile,v 1.35 1996/08/05 09:33:53 adam Exp $ +# $Id: Makefile,v 1.36 1996/08/05 10:27:58 adam Exp $ # SHELL=/bin/sh MAKE=make @@ -33,19 +33,19 @@ TCLLIB=/usr/local/lib/libtcl7.5.a -lm TCLINC=-I/usr/local/include # Location of IrTcl -IRTCLDIR=../ir-tcl +IRTCLDIR=../../ir-tcl IRTCLLIB=$(IRTCLDIR)/libirtcl.a IRTCLINC=-I$(IRTCLDIR) # Common settings --------------------------------------------- -# Other libraries libraries needed on some systems +# Other libraries needed on some systems #ELIB=-lnsl -lsocket # If you are using YAZ uncomment these lines ZACC=zlayer-yaz -ZINC=-I../yaz/include -ZLIB=../yaz/lib/libyaz.a +ZINC=-I../../yaz/include +ZLIB=../../yaz/lib/libyaz.a ZDEFS= # If you are using Zdist uncomment these lines @@ -128,6 +128,7 @@ distribution: rm -fr tmp; \ fi mkdir tmp; cd tmp; cvs export -f -D now egate + cd tmp/egate/www; rm *wais*.[ch] cd tmp; mv egate egate-$(VERSION) cd tmp/egate-$(VERSION); make taildepend cd tmp/egate-$(VERSION)/doc; make all diff --git a/README b/README index a371d8c..80174bc 100644 --- a/README +++ b/README @@ -2,18 +2,18 @@ Europagate Email/Z39.50 gateway & Web/Z39.50 gateway See LICENSE for details. -Version 1.0 $Date: 1996/08/05 09:33:54 $ +Version 1.0 $Date: 1996/08/05 10:27:59 $ Documentation can be found in the doc directory. Email/Z39.50 - egate.txt - ascii version + egate.txt - ASCII version egate.ps - postscript version egate.html - HTML version Web/Z39.50 - web.txt - ascii version + web.txt - ASCII version web.ps - postscript version web.html - HTML version -- 1.7.10.4