-$Id: CHANGELOG.web,v 1.2 1996/10/11 13:16:00 adam Exp $
+$Id: CHANGELOG.web,v 1.3 1997/01/24 13:11:31 adam Exp $
09/03/96 Release: 1.0.
---------------------------------------------------------------------
10/11/96 Fixed a bug in multiple-search gateway - in some situations
the databaseNames were duplicated.
+
+01/24/97 Added option facilities to the <script> part of the EGW URL.
+ Only "raw" is supported, which prevents the standard header
+ from being written. For example:
+ http://myhost/egwcgi/egwirtcl/query.tcl+raw
+
+01/24/97 Implemented a new Tcl command, egw_source, which sources a
+ file as it it was a regular HTML/TCL file. It takes one
+ argument: the file name.
+
# Top level Makefile for the Web - Z39.50 gateway
# Europagate, 1995-1996.
#
-# $Id: Makefile.web,v 1.4 1996/09/03 14:06:38 adam Exp $
+# $Id: Makefile.web,v 1.5 1997/01/24 13:11:31 adam Exp $
#
SHELL=/bin/sh
MAKE=make
VERSION=1.0
# Install directories
-HTTPDDIR=/usr/local/etc/httpd
+HTTPDDIR=/var/lib/httpd
CGIDIR=$(HTTPDDIR)/cgi-bin
HTDOCS=$(HTTPDDIR)/htdocs
EGWDIR=$(HTTPDDIR)/egw
GIFDIR=$(HTDOCS)/egwgif
+EGWUSER=nobody
+
# Location of Tcl
-TCLLIB=/usr/local/lib/libtcl7.5.a -lm
+TCLLIB=-L/usr/local/lib -ltcl8.0 -lm
TCLINC=-I/usr/local/include
# Location of IrTcl
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
install:
- cd www; $(MAKE) HTTPDDIR="$(HTTPDDIR)" CGIDIR="$(CGIDIR)" HTDOCS="$(HTDOCS)" EGWDIR="$(EGWDIR)" GIFDIR="$(GIFDIR)" install
+ cd www; $(MAKE) HTTPDDIR="$(HTTPDDIR)" CGIDIR="$(CGIDIR)" HTDOCS="$(HTDOCS)" EGWDIR="$(EGWDIR)" GIFDIR="$(GIFDIR)" EGWUSER="$(EGWUSER)" install
clean:
-rm -f lib/*.a