X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=206759eb252d556bb3e52b9884eaf53c0d9dd367;hb=7f332a840baf336e34d612cdee0ef27901f0dd11;hp=fba62fc6bbbd539586f73f79f30cc3ed663a5006;hpb=ec950c9aca0cdb121f344b7a27b6015f8c1c9cab;p=egate.git diff --git a/doc/Makefile b/doc/Makefile index fba62fc..206759e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,21 +1,33 @@ -# $Id: Makefile,v 1.1 1995/07/03 12:58:17 adam Exp $ +# $Id: Makefile,v 1.6 2001/02/26 14:32:36 adam Exp $ all: egate.ps egate.txt egate.html +egate: egate.txt egate.ps 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 + sgml2latex egate -egate.ps: egate.sgml - sgml-format egate| qtex -x - mv out.ps egate.ps +egate.ps: egate.dvi + dvips -t a4 egate -o egate.ps 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: web.txt web.ps web.html + +web.txt: web.sgml + sgml2txt web.sgml + +web.dvi: web.sgml + sgml2latex web.sgml + +web.ps: web.sgml + dvips -t a4 web -o web.ps + +web.html: web.sgml + sgml2html web.sgml clean: rm -f [0-9]* *.bak