From 6c4e4a85e067e039fdaace5f94e51203074f0174 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 23 Jan 2006 13:59:48 +0000 Subject: [PATCH] Removed zebra.xml from XMLFILES (was added in 1.30). If it is present documentation will have to be build on distribution dists (and we don't want to require people to have jade installed). --- doc/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index cb3bd19..ab4bd6f 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.33 2006-01-23 13:59:48 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -21,7 +21,6 @@ XMLFILES = \ quickstart.xml \ recordmodel.xml \ server.xml \ - zebra.xml \ zebraidx-commands.xml \ zebraidx-options.xml \ zebraidx.xml \ -- 1.7.10.4