X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=014386afccb937fa16d86e4d4ff16eb4f630d269;hb=cff1ce5798328abf2ef7dce859b47ba1d9ec04f9;hp=23cf9370f432b031bb848fbbad2032fbeda9b620;hpb=f0be6a8011eef48bacd02a6565f62a1ab3355dab;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 23cf937..014386a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,8 +1,8 @@ -## $Id: Makefile.am,v 1.26 2001-11-01 14:30:44 adam Exp $ +## $Id: Makefile.am,v 1.30 2002-05-02 10:35:44 adam Exp $ docdir=$(pkgdatadir)/doc -XMLFILES=$(srcdir)/yaz.xml $(srcdir)/introduction.xml \ +XMLFILES=$(srcdir)/yaz.xml.in $(srcdir)/introduction.xml \ $(srcdir)/installation.xml $(srcdir)/indexdata.xml $(srcdir)/asn.xml \ $(srcdir)/tools.xml $(srcdir)/odr.xml $(srcdir)/comstack.xml \ $(srcdir)/frontend.xml $(srcdir)/license.xml $(srcdir)/future.xml \ @@ -21,23 +21,24 @@ HTMLFILES = asn.external.html asn.html asn.oid.html asn.pdu.html \ server.backendfunctions.html server.frontend.html server.html \ server.invocation.html server.main.html tools.html tools.nmem.html \ tools.oid.html yaz.html zoom.events.html zoom.html \ - zoom.options.html zoom.records.html zoom.resultsets.html zoom.search.html + zoom.options.html zoom.records.html zoom.resultsets.html zoom.query.html \ + zoom.scan.html DOCFILES=$(HTMLFILES) yaz.pdf -SUPPORTFILES=yazhtml.dsl yazphp.dsl yazprint.dsl xml.dcl +SUPPORTFILES=yazhtml.dsl yazphp.dsl yazprint.dsl xml.dcl id.eps id.png -EXTRA_DIST = $(XMLFILES) $(DOCFILES) $(SUPPORTFILES) +EXTRA_DIST = $(XMLFILES) $(SUPPORTFILES) $(DOCFILES) doc_DATA = $(DOCFILES) -$(HTMLFILES): $(XMLFILES) $(srcdir)/yazhtml.dsl +$(HTMLFILES): $(XMLFILES) cd $(srcdir); jade -E14 -d yazhtml.dsl -t sgml xml.dcl yaz.xml -$(srcdir)/yaz.php: $(XMLFILES) $(srcdir)/yazphp.dsl +$(srcdir)/yaz.php: $(XMLFILES) cd $(srcdir); jade -E14 -d yazphp.dsl -t sgml xml.dcl yaz.xml -$(srcdir)/yaz.pdf: $(XMLFILES) $(srcdir)/yazprint.dsl +$(srcdir)/yaz.pdf: $(XMLFILES) cd $(srcdir); jade -d yazprint.dsl -t tex xml.dcl yaz.xml pdfjadetex yaz.tex pdfjadetex yaz.tex