X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=doc%2FMakefile;h=b0ec307e1e0f888d3a7ed9f03eb0a683d75763a3;hb=aa130d02e07d1246ed28ba2c69134ef988afb7db;hp=d64740438c43aab1923d486834ae712745821e11;hpb=e73d8ded31632a4003f2e898e7babf244f23e768;p=idzebra-moved-to-github.git diff --git a/doc/Makefile b/doc/Makefile index d647404..b0ec307 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,24 +1,24 @@ -# $Id: Makefile,v 1.2 1996-05-07 12:29:35 quinn 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 gils.sgml + sgml2txt -f gils.sgml gils.ps: gils.sgml - sgml2ps gils.sgml + sgml2latex -o ps -p a4 gils.sgml + +gils.html: gils.sgml + sgml2html gils.sgml clean: rm -f [0-9]* *.bak