Fix HTMLFILES again. Avoid dependency on zebra.xml.
[idzebra-moved-to-github.git] / doc / Makefile.am
index cb3bd19..2e40961 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.32 2006-01-23 07:04:34 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,9 +18,9 @@ XMLFILES = \
    license.xml \
    marc_indexing.xml \
    quickstart.xml \
-   recordmodel.xml \
+   recordmodel-alvisxslt.xml \
+   recordmodel-grs.xml \
    server.xml \
-   zebra.xml \
    zebraidx-commands.xml \
    zebraidx-options.xml \
    zebraidx.xml \
@@ -29,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 \
@@ -41,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 \
@@ -51,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
 
@@ -73,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) \