X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=0afff5493d65750078d0f087d34dca8d4c2e65b2;hb=7b58e36bc4c5a57dec46408bbfb3707638dd967a;hp=fba62fc6bbbd539586f73f79f30cc3ed663a5006;hpb=ec950c9aca0cdb121f344b7a27b6015f8c1c9cab;p=egate.git diff --git a/doc/Makefile b/doc/Makefile index fba62fc..0afff54 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,21 +1,29 @@ -# $Id: Makefile,v 1.1 1995/07/03 12:58:17 adam Exp $ +# $Id: Makefile,v 1.4 1996/06/06 10:24:57 adam Exp $ all: egate.ps egate.txt egate.html egate.txt: egate.sgml - sgml-format -T nroff egate| qroff >egate.txt + sgml2txt egate.sgml egate.dvi: egate.sgml - sgml-format egate| qtex -d >egate.dvi + sgml2ps -d egate.sgml egate.ps: egate.sgml - sgml-format egate| qtex -x - mv out.ps egate.ps + sgml2ps egate.sgml egate.html: egate.sgml - sgml-format -T html egate | prehtml | fixref >tmp.html - sgml-format -T html egate | prehtml >>tmp.html - html2html egate egate.html - rm tmp.html + sgml2html egate.sgml + +web.txt: web.sgml + sgml2txt web.sgml + +web.dvi: web.sgml + sgml2ps -d web.sgml + +web.ps: web.sgml + sgml2ps web.sgml + +web.html: web.sgml + sgml2html web.sgml clean: rm -f [0-9]* *.bak