From dd2cec68cc17ae5fe3188d89020f3eda9e648e49 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 26 Feb 2003 15:40:21 +0000 Subject: [PATCH] Run latex --- doc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index fe7566b..8b976b9 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 2003/02/26 15:37:25 adam Exp $ +# $Id: Makefile,v 1.9 2003/02/26 15:40:21 adam Exp $ all: egate.ps egate.txt egate.html egate: egate.txt egate.ps egate.html @@ -8,6 +8,9 @@ egate.txt: egate.sgml egate.dvi: egate.sgml sgml2latex egate + latex egate + latex egate + latex egate egate.ps: egate.dvi dvips -t a4 egate.dvi -o egate.ps @@ -22,6 +25,9 @@ web.txt: web.sgml web.dvi: web.sgml sgml2latex web.sgml + latex web + latex web + latex web web.ps: web.dvi dvips -t a4 web.dvi -o web.ps -- 1.7.10.4