X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=e3aefe0187e0f224562c9b16c7a94afe31a9f69f;hb=471c6dccdbb5c5a9c08b24c9abd6a1dcda29e79e;hp=f7c90e823806f38bc95ccd08aa63951274127fc0;hpb=d02fa05385c5bc77f4faafd2117bdba699e15cbf;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index f7c90e8..e3aefe0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.66 2006-04-20 20:45:38 adam Exp $ +## $Id: Makefile.am,v 1.69 2006-05-24 14:44:01 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ @@ -25,7 +25,7 @@ HTMLFILES = \ server.main.html server.vhosts.html \ soap.html soap.http.html soap.xml.html soap.srw.html \ tools.html tools.marc.html tools.nmem.html tools.log.html tools.oid.html \ - yaz.html zoom.events.html zoom.ext.html zoom.html zoom.options.html \ + index.html zoom.events.html zoom.ext.html zoom.html zoom.options.html \ zoom.query.html zoom.records.html zoom.resultsets.html zoom.scan.html MANFILES=yaz-client.1 yaz-ztest.8 \ @@ -37,41 +37,41 @@ REFFILES=yaz-client-man.xml yaz-ztest-man.xml yaz-config-man.xml \ SUPPORTFILES=entities.ent apilayer.obj -doc_DATA = $(HTMLFILES) yaz.pdf apilayer.png +doc_DATA = $(HTMLFILES) apilayer.png man_MANS = $(MANFILES) EXTRA_DIST = $(XMLFILES) $(SUPPORTFILES) $(man_MANS) $(REFFILES) \ $(doc_DATA) yaz-client.1: $(srcdir)/yaz-client-man.xml $(srcdir)/yaz-client-commands.xml - docbook2man $(srcdir)/yaz-client-man.xml + xsltproc common/man.xsl $(srcdir)/yaz-client-man.xml yaz-ztest.8: yaz-ztest-man.xml gfs-options.xml gfs-synopsis.xml gfs-virtual.xml - docbook2man $(srcdir)/yaz-ztest-man.xml + xsltproc common/man.xsl $(srcdir)/yaz-ztest-man.xml yaz-config.8: yaz-config-man.xml - docbook2man $(srcdir)/yaz-config-man.xml + xsltproc common/man.xsl $(srcdir)/yaz-config-man.xml yaz.7: yaz-man.xml - docbook2man $(srcdir)/yaz-man.xml + xsltproc common/man.xsl $(srcdir)/yaz-man.xml zoomsh.1: zoomsh-man.xml - docbook2man $(srcdir)/zoomsh-man.xml + xsltproc common/man.xsl $(srcdir)/zoomsh-man.xml yaz-asncomp.1: yaz-asncomp-man.xml - docbook2man $(srcdir)/yaz-asncomp-man.xml + xsltproc common/man.xsl $(srcdir)/yaz-asncomp-man.xml yaz-marcdump.1: yaz-marcdump-man.xml - docbook2man $(srcdir)/yaz-marcdump-man.xml + xsltproc common/man.xsl $(srcdir)/yaz-marcdump-man.xml yaz-iconv.1: yaz-iconv-man.xml - docbook2man $(srcdir)/yaz-iconv-man.xml + xsltproc common/man.xsl $(srcdir)/yaz-iconv-man.xml yaz-log.7: yaz-log-man.xml - docbook2man $(srcdir)/yaz-log-man.xml + xsltproc common/man.xsl $(srcdir)/yaz-log-man.xml -$(HTMLFILES): $(XMLFILES) - jade -E14 -D $(srcdir) -d common/html.dsl -t sgml $(srcdir)/common/xml.dcl yaz.xml +$(HTMLFILES): $(XMLFILES) + xsltproc common/html.xsl yaz.xml yaz.pdf: $(XMLFILES) if test ! -f common/id.png ; then cp $(srcdir)/common/id.png common; fi @@ -89,7 +89,7 @@ apilayer.png: xbmtopbm apilayer.png dist-hook: - for f in $(srcdir)/*.html; do \ + for f in *.html; do \ found=0; \ b=`basename $$f`; \ for h in $(HTMLFILES); do \