Make distcheck would fail without this:
From e2f91000a33168d2aaac89f94f1b11c633c579f0 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering(a)redhat.com>
Date: Wed, 8 Jul 2009 08:15:54 +0200
Subject: [PATCH 2/4] fix failing "make distcheck"
* docs/Makefile.am (xml): Distribute testpool.xml and testvol.xml,
which are referenced from testnode.xml.
---
docs/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 43d04c3..4bdb827 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -55,7 +55,9 @@ xml = \
testdomfv0.xml \
testnetdef.xml \
testnetpriv.xml \
- testnode.xml
+ testnode.xml \
+ testpool.xml \
+ testvol.xml
fig = \
libvirt-net-logical.fig \
--
1.6.3.3.524.g8586b