Added XML Docbook documentation for YAZ - will eventually replace
[yaz-moved-to-github.git] / doc / Makefile.am
index 09110db..79b7bba 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.9 2001-01-04 13:36:24 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.htm: $(XMLFILES)
+       jade -E14 -d ../../docbook/docbook/html/docbook.dsl -t sgml xml.dcl yaz.xml
+
+yaz.tex: $(XMLFILES)
+       jade -d ../../docbook/docbook/print/docbook.dsl -t tex xml.dcl yaz.xml