X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=b0ec307e1e0f888d3a7ed9f03eb0a683d75763a3;hb=aa130d02e07d1246ed28ba2c69134ef988afb7db;hp=e1ee105c110314849439c295b0f70f24273b1a02;hpb=5806efdca75c83500b2c08544b958858d2af64cc;p=idzebra-moved-to-github.git diff --git a/doc/Makefile b/doc/Makefile index e1ee105..b0ec307 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,18 +1,25 @@ -# $Id: Makefile,v 1.1 1995-11-27 14:23:52 adam Exp $ -all: zebra.ps zebra.txt zebra.html +# $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 - -zebra.dvi: zebra.sgml - sgml2ps -d zebra.sgml + sgml2txt -f zebra.sgml zebra.ps: zebra.sgml - sgml2ps zebra.sgml + sgml2latex -o ps -p a4 zebra.sgml zebra.html: zebra.sgml sgml2html zebra.sgml + +gils.txt: gils.sgml + sgml2txt -f gils.sgml + +gils.ps: gils.sgml + sgml2latex -o ps -p a4 gils.sgml + +gils.html: gils.sgml + sgml2html gils.sgml + clean: rm -f [0-9]* *.bak