Fixed problem with stack overflow for very nested records.
[yaz-moved-to-github.git] / doc / Makefile.am
index 09110db..49e02ea 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.8 2000-06-08 13:40:14 adam Exp $
+## $Id: Makefile.am,v 1.10 2001-02-21 23:16:49 adam Exp $
 
 docdir=$(pkgdatadir)/doc
 
@@ -26,3 +26,12 @@ profiles.ps: profiles.sgml
 
 yaz.html: yaz.sgml
        sgml2html yaz.sgml
+
+XMLFILES=yaz.xml introduction.xml installation.xml indexdata.xml \
+  asn.xml tools.xml odr.xml comstack.xml frontend.xml license.xml future.xml
+
+book1.html: $(XMLFILES) yazhtml.dsl
+       jade -E14 -d yazhtml.dsl -t sgml xml.dcl yaz.xml
+
+yaz.tex: $(XMLFILES) yazprint.dsl
+       jade -d yazprint.dsl -t tex xml.dcl yaz.xml