X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=2e409618997826fe99a29edbca770c665fc67936;hb=06d303953b0bc8b2e97212f6f3a5bf46b4e954b5;hp=ab4bd6f5380fec15b393ba4df06beb0757911656;hpb=6c4e4a85e067e039fdaace5f94e51203074f0174;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index ab4bd6f..2e40961 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.33 2006-01-23 13:59:48 adam Exp $ +## $Id: Makefile.am,v 1.41 2006-02-20 07:13:31 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -8,8 +8,7 @@ SUPPORTFILES = \ tkl.xsl \ xml.dcl -XMLFILES = \ - zebra.xml.in \ +XMLFILES = zebra.xml.in \ administration.xml \ architecture.xml \ examples.xml \ @@ -19,7 +18,8 @@ XMLFILES = \ license.xml \ marc_indexing.xml \ quickstart.xml \ - recordmodel.xml \ + recordmodel-alvisxslt.xml \ + recordmodel-grs.xml \ server.xml \ zebraidx-commands.xml \ zebraidx-options.xml \ @@ -28,9 +28,15 @@ XMLFILES = \ zebrasrv-synopsis.xml \ zebrasrv-virtual.xml + HTMLFILES = \ + administration-cql-to-pqf.html \ + administration-extended-services.html \ + administration-ranking.html \ administration.html \ apps.html \ + architecture-maincomponents.html \ + architecture-workflow.html \ architecture.html \ configuration-file.html \ example1.html \ @@ -40,9 +46,9 @@ HTMLFILES = \ file-ids.html \ future.html \ generic-ids.html \ + gfs-config.html \ grs-exchange-formats.html \ grs-internal-representation.html \ - grs-record-model.html \ indexdata.html \ installation.debian.html \ installation.html \ @@ -50,21 +56,23 @@ HTMLFILES = \ introduction.html \ license.html \ locating-records.html \ - maincomponents.html \ protocol-support.html \ quick-start.html \ - record-model.html \ + record-model-alvisxslt-conf.html \ + record-model-alvisxslt.html \ + record-model-grs-conf.html \ + record-model-grs.html \ register-location.html \ + server-sru-support.html \ + server-sru.html \ server.html \ shadow-registers.html \ simple-indexing.html \ support.html \ - workflow.html \ zebra.html \ zebraidx.html - PNGFILES=zebra.png EPSFILES=zebra.eps @@ -72,7 +80,8 @@ MANFILES=zebraidx.1 zebrasrv.8 idzebra-config.1 REFFILES=zebraidx-man.sgml zebrasrv-man.sgml idzebra-config-man.sgml -doc_DATA = $(HTMLFILES) zebra.pdf $(PNGFILES) +#doc_DATA = $(HTMLFILES) zebra.pdf $(PNGFILES) +doc_DATA = $(HTMLFILES) $(PNGFILES) man_MANS = $(MANFILES) EXTRA_DIST = $(XMLFILES) $(SUPPORTFILES) $(REFFILES) \