From b2b08bcab0a34dffa988288f3d860fa50091d9c6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 9 Dec 1999 01:03:48 +0000 Subject: [PATCH] Updated doc makefile. --- doc/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 1280174..b0ec307 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,21 +1,21 @@ -# $Id: Makefile,v 1.4 1998-01-29 13:35:11 adam Exp $ +# $Id: Makefile,v 1.5 1999-12-09 01:03:48 adam Exp $ all: zebra.tex zebra.txt zebra.html zebra.txt: zebra.sgml - sgml2txt zebra.sgml + sgml2txt -f zebra.sgml -zebra.tex: zebra.sgml - sgml2latex zebra.sgml +zebra.ps: zebra.sgml + sgml2latex -o ps -p a4 zebra.sgml zebra.html: zebra.sgml sgml2html zebra.sgml gils.txt: gils.sgml - sgml2txt gils.sgml + sgml2txt -f gils.sgml -gils.tex: gils.sgml - sgml2latex gils.sgml +gils.ps: gils.sgml + sgml2latex -o ps -p a4 gils.sgml gils.html: gils.sgml sgml2html gils.sgml -- 1.7.10.4