X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=147e21c31bac2b297dacfb75fb511f045abc7d33;hb=b6e8efd1bc9032260c1f30418f505f17ed2f4472;hp=24c7911bd094b515129af21f714c8cff613c4886;hpb=502061d0cd291d3858c9b70eccd09dc35f400080;p=yaz-moved-to-github.git diff --git a/doc/Makefile b/doc/Makefile index 24c7911..147e21c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -2,11 +2,18 @@ SGMLF=sgml-format SGMLR=sgml-roff SGMLT=sgml-tex -all: yaz.ps yaz.txt +all: yaz.ps yaz.txt profiles.txt profiles.ps yaz.txt: yaz.sgml $(SGMLF) -Tnroff yaz.sgml | $(SGMLR) | sed -e 's/ / /g' > yaz.txt +profiles.txt: profiles.sgml + $(SGMLF) -Tnroff profiles.sgml | $(SGMLR) | sed -e 's/ / /g' > profiles.txt + yaz.ps: yaz.sgml $(SGMLF) yaz.sgml | $(SGMLT) -x mv out.ps yaz.ps + +profiles.ps: profiles.sgml + $(SGMLF) profiles.sgml | $(SGMLT) -x + mv out.ps profiles.ps