# Top level Makefile for the Web - Z39.50 gateway
# Europagate, 1995-1996.
#
-# $Id: Makefile.web,v 1.10 2001/02/26 14:32:36 adam Exp $
+# $Id: Makefile.web,v 1.11 2003/02/26 15:35:46 adam Exp $
#
SHELL=/bin/sh
MAKE=make
EGWUSER=adam
# Location of Tcl
-TCLLIB=-ltcl8.3 -lm
-TCLINC=
+TCLLIB=-ltcl8.3 -lm -dl
+TCLINC=-I/usr/include/tcl8.3
# Location of IrTcl
IRTCLDIR=../../ir-tcl
-# $Id: Makefile,v 1.6 2001/02/26 14:32:36 adam Exp $
+# $Id: Makefile,v 1.7 2003/02/26 15:35:46 adam Exp $
all: egate.ps egate.txt egate.html
egate: egate.txt egate.ps egate.html
sgml2latex egate
egate.ps: egate.dvi
- dvips -t a4 egate -o egate.ps
+ dvips -t a4 egate.dvi -o egate.ps
egate.html: egate.sgml
sgml2html egate.sgml
sgml2latex web.sgml
web.ps: web.sgml
- dvips -t a4 web -o web.ps
+ dvips -t a4 web.dvi -o web.ps
web.html: web.sgml
sgml2html web.sgml