From: Sebastian Hammer Date: Wed, 10 Jan 1996 13:07:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: YAZ.1.8~824 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=c195f14eb2fd48882f7b19dcb1b2421b1d174900 *** empty log message *** --- diff --git a/doc/Makefile b/doc/Makefile index 147e21c..d3efb27 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,19 +1,16 @@ -SGMLF=sgml-format -SGMLR=sgml-roff -SGMLT=sgml-tex - all: yaz.ps yaz.txt profiles.txt profiles.ps yaz.txt: yaz.sgml - $(SGMLF) -Tnroff yaz.sgml | $(SGMLR) | sed -e 's/ / /g' > yaz.txt + sgml2txt yaz.sgml profiles.txt: profiles.sgml - $(SGMLF) -Tnroff profiles.sgml | $(SGMLR) | sed -e 's/ / /g' > profiles.txt + sgml2txt profiles.sgml yaz.ps: yaz.sgml - $(SGMLF) yaz.sgml | $(SGMLT) -x - mv out.ps yaz.ps + sgml2ps yaz.sgml profiles.ps: profiles.sgml - $(SGMLF) profiles.sgml | $(SGMLT) -x - mv out.ps profiles.ps + sgml2ps profiles.sgml + +yaz.html: yaz.sgml + sgml2html yaz.sgml