From: Adam Dickmeiss Date: Wed, 26 Feb 2003 15:35:46 +0000 (+0000) Subject: Fix arg to dvips X-Git-Url: http://git.indexdata.com/?p=egate.git;a=commitdiff_plain;h=315657c880fe4ab955dbd46ef6512180a2b7f00e Fix arg to dvips --- diff --git a/Makefile.web b/Makefile.web index 8ebd048..125bc80 100644 --- a/Makefile.web +++ b/Makefile.web @@ -1,7 +1,7 @@ # 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 @@ -20,8 +20,8 @@ GIFDIR=$(HTDOCS)/egwgif 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 diff --git a/doc/Makefile b/doc/Makefile index 206759e..ddf9765 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -# $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 @@ -10,7 +10,7 @@ egate.dvi: egate.sgml 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 @@ -24,7 +24,7 @@ web.dvi: web.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