X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=a47d8ec0e5b6ee40c97b237ef3d1d91d570ce0f7;hb=refs%2Ftags%2FZEBRA.1.3.8;hp=6824bbbd152f165ad610f1d2298b04205154b354;hpb=d63f162539324b4254efadf6e1da9ae197bb0f9d;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 6824bbb..a47d8ec 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.19 2003-03-05 00:08:04 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 \ @@ -20,13 +21,14 @@ XMLFILES = \ indexdata.xml \ zebraidx-options.xml -HTMLFILES = administration.html apps.html configuration-file.html \ - data-model.html example1.html example2.html examples.html features.html \ - file-ids.html formats.html future.html generic-ids.html indexdata.html \ - installation.html internal-representation.html introduction.html \ +HTMLFILES = \ + administration.html apps.html configuration-file.html data-model.html \ + example1.html example2.html examples.html features.html file-ids.html \ + formats.html future.html generic-ids.html indexdata.html installation.html \ + installation.win32.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 +55,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 +67,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