Re: [Libvir] [PATCH] avoid make distcheck failure

2008-04-28 Thread Daniel Veillard
On Fri, Apr 25, 2008 at 07:27:00PM +0200, Jim Meyering wrote: make distcheck was failing. This fixes it: avoid make distcheck failure * docs/Makefile.am (EXTRA_DIST): Replace wildcards html/*.html and html/*.png the corresponding lists of file names. Hum, that's still

Re: [Libvir] [PATCH] avoid make distcheck failure

2008-04-28 Thread Jim Meyering
Daniel Veillard [EMAIL PROTECTED] wrote: On Fri, Apr 25, 2008 at 07:27:00PM +0200, Jim Meyering wrote: make distcheck was failing. This fixes it: avoid make distcheck failure * docs/Makefile.am (EXTRA_DIST): Replace wildcards html/*.html and html/*.png the corresponding lists

Re: [Libvir] [PATCH] avoid make distcheck failure

2008-04-28 Thread Jim Meyering
Daniel Veillard [EMAIL PROTECTED] wrote: ... Okay thanks, will fix. But cleaner fix is by fixing/reusing $(apihtml) and $(apipng) that will be done as part of the docs/ fixup commit later. As you say, it could be cleaner. This patch relies on a gnu-make'ism, but there are already several

Re: [Libvir] [PATCH] avoid make distcheck failure

2008-04-28 Thread Daniel Veillard
On Mon, Apr 28, 2008 at 10:44:16AM +0200, Jim Meyering wrote: Daniel Veillard [EMAIL PROTECTED] wrote: ... Okay thanks, will fix. But cleaner fix is by fixing/reusing $(apihtml) and $(apipng) that will be done as part of the docs/ fixup commit later. As you say, it could be cleaner.

[Libvir] [PATCH] avoid make distcheck failure

2008-04-25 Thread Jim Meyering
make distcheck was failing. This fixes it: avoid make distcheck failure * docs/Makefile.am (EXTRA_DIST): Replace wildcards html/*.html and html/*.png the corresponding lists of file names. Signed-off-by: Jim Meyering [EMAIL PROTECTED] --- docs/Makefile.am | 11

[Libvir] [PATCH] Avoid make distcheck failure.

2008-02-27 Thread Jim Meyering
Here's another trivial one: util-lib.h wasn't included in the tarball created by make dist, so make distcheck would fail. Avoid make distcheck failure. * src/Makefile.am (virsh_SOURCES): Add util-lib.h. Signed-off-by: Jim Meyering [EMAIL PROTECTED] --- src/Makefile.am |2 +-

Re: [Libvir] [PATCH] Avoid make distcheck failure.

2008-02-27 Thread Daniel Veillard
On Wed, Feb 27, 2008 at 04:11:19PM +0100, Jim Meyering wrote: Here's another trivial one: util-lib.h wasn't included in the tarball created by make dist, so make distcheck would fail. Avoid make distcheck failure. * src/Makefile.am (virsh_SOURCES): Add util-lib.h. sure, +1,