From 31232fe1b6651119ed966bf60282f6ca109a06ea Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 20 Feb 2006 07:13:31 +0000 Subject: [PATCH] Fix HTMLFILES again. Avoid dependency on zebra.xml. --- doc/Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 5357e3e..2e40961 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.40 2006-02-19 15:10:04 adam Exp $ +## $Id: Makefile.am,v 1.41 2006-02-20 07:13:31 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -21,7 +21,6 @@ XMLFILES = zebra.xml.in \ recordmodel-alvisxslt.xml \ recordmodel-grs.xml \ server.xml \ - zebra.xml \ zebraidx-commands.xml \ zebraidx-options.xml \ zebraidx.xml \ @@ -50,7 +49,6 @@ HTMLFILES = \ gfs-config.html \ grs-exchange-formats.html \ grs-internal-representation.html \ - grs-record-model.html \ indexdata.html \ installation.debian.html \ installation.html \ @@ -58,10 +56,8 @@ 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 \ @@ -73,7 +69,6 @@ HTMLFILES = \ shadow-registers.html \ simple-indexing.html \ support.html \ - workflow.html \ zebra.html \ zebraidx.html -- 1.7.10.4