X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=ae269afd1fe1eceb6563eaaf50708821fbdd34cc;hb=a073dc58b9244c9a38e014d47363170771ced398;hp=6824bbbd152f165ad610f1d2298b04205154b354;hpb=d63f162539324b4254efadf6e1da9ae197bb0f9d;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 6824bbb..ae269af 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,10 +1,11 @@ -## $Id: Makefile.am,v 1.15 2002-09-25 21:48:43 adam Exp $ +## $Id: Makefile.am,v 1.18 2002-11-08 13:23:52 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ zebrahtml.dsl.in \ zebraphp.dsl.in \ zebraprint.dsl.in \ + tkl.xsl.in \ xml.dcl XMLFILES = \ zebra.xml.in \ @@ -26,7 +27,7 @@ HTMLFILES = administration.html apps.html configuration-file.html \ installation.html internal-representation.html introduction.html \ license.html locating-records.html protocol-support.html quick-start.html \ record-model.html register-location.html server.html shadow-registers.html \ - simple-indexing.html zebra.html zebraidx.html + simple-indexing.html support.html zebra.html zebraidx.html doc_DATA = $(HTMLFILES) zebra.pdf man_MANS = zebraidx.1 zebrasrv.8 @@ -53,6 +54,9 @@ zebra.pdf: $(XMLFILES) pdfjadetex zebra.tex pdfjadetex zebra.tex +index.tkl: $(XMLFILES) tkl.xsl + xsltproc tkl.xsl zebra.xml + gils.txt: gils.sgml sgml2txt -f gils.sgml @@ -62,6 +66,9 @@ gils.ps: gils.sgml gils.html: gils.sgml sgml2html gils.sgml +dist-hook: zebra.html + cp *.html $(distdir) + clean-data-hook: rm -f [0-9]* *.bak