X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=8b976b9d1a5a10f4a76dfb5d39c85fbbff32d5cf;hb=dd2cec68cc17ae5fe3188d89020f3eda9e648e49;hp=206759eb252d556bb3e52b9884eaf53c0d9dd367;hpb=7f332a840baf336e34d612cdee0ef27901f0dd11;p=egate.git diff --git a/doc/Makefile b/doc/Makefile index 206759e..8b976b9 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.9 2003/02/26 15:40:21 adam Exp $ all: egate.ps egate.txt egate.html egate: egate.txt egate.ps egate.html @@ -8,9 +8,12 @@ egate.txt: egate.sgml egate.dvi: egate.sgml sgml2latex egate + latex egate + latex egate + latex 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 @@ -22,9 +25,12 @@ web.txt: web.sgml web.dvi: web.sgml sgml2latex web.sgml + latex web + latex web + latex web -web.ps: web.sgml - dvips -t a4 web -o web.ps +web.ps: web.dvi + dvips -t a4 web.dvi -o web.ps web.html: web.sgml sgml2html web.sgml