X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=d2f5cf282fa674f9d327adfd3193d4c3678d3c2a;hb=373495ef158d123d95ab44465d4249e65847492b;hp=fba62fc6bbbd539586f73f79f30cc3ed663a5006;hpb=ec950c9aca0cdb121f344b7a27b6015f8c1c9cab;p=egate.git diff --git a/doc/Makefile b/doc/Makefile index fba62fc..d2f5cf2 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,21 +1,17 @@ -# $Id: Makefile,v 1.1 1995/07/03 12:58:17 adam Exp $ +# $Id: Makefile,v 1.3 1996/04/25 10:21:53 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 clean: rm -f [0-9]* *.bak