From 5d337a5388b3ea56f24a426085b84eaea7e98688 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 26 Feb 2003 15:37:25 +0000 Subject: [PATCH] Fix dependency --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index ddf9765..fe7566b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 2003/02/26 15:35:46 adam Exp $ +# $Id: Makefile,v 1.8 2003/02/26 15:37:25 adam Exp $ all: egate.ps egate.txt egate.html egate: egate.txt egate.ps egate.html @@ -23,7 +23,7 @@ web.txt: web.sgml web.dvi: web.sgml sgml2latex web.sgml -web.ps: web.sgml +web.ps: web.dvi dvips -t a4 web.dvi -o web.ps web.html: web.sgml -- 1.7.10.4