X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile;h=d3efb2760db50c82c05e3d90796a9fb5becdee76;hp=147e21c31bac2b297dacfb75fb511f045abc7d33;hb=30cfc59b71c25923e2e9cfb63c310c095bb3b6c1;hpb=0ef2b29604c21f65eaf7182bc992c9ca78bdd2e5 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