X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=doc%2FMakefile.am;h=622fbc70686df1797190da6a762bbc497bb58fe2;hb=14a2dbce03d7802ab5b1e57b09d915339bb5fc54;hp=cb3bd193e20682182cd986b797349cbf771b048e;hpb=3d775a219c4cc3382851dd82174680724a2f3202;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index cb3bd19..622fbc7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.32 2006-01-23 07:04:34 adam Exp $ +## $Id: Makefile.am,v 1.34 2006-02-15 11:07:47 marc 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 \ zebra.xml \ zebraidx-commands.xml \ @@ -29,8 +29,8 @@ XMLFILES = \ zebrasrv-synopsis.xml \ zebrasrv-virtual.xml -HTMLFILES = \ - administration.html \ + +HTMLFILES = administration.html \ apps.html \ architecture.html \ configuration-file.html \ @@ -43,7 +43,6 @@ HTMLFILES = \ generic-ids.html \ grs-exchange-formats.html \ grs-internal-representation.html \ - grs-record-model.html \ indexdata.html \ installation.debian.html \ installation.html \ @@ -54,18 +53,22 @@ HTMLFILES = \ 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.html \ shadow-registers.html \ simple-indexing.html \ + sru-server.html \ + sru-support.html \ support.html \ workflow.html \ zebra.html \ zebraidx.html - PNGFILES=zebra.png EPSFILES=zebra.eps @@ -73,7 +76,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) \