Added profile documentation.
[yaz-moved-to-github.git] / doc / Makefile
index 24c7911..147e21c 100644 (file)
@@ -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