A diff of 'make dist' from in-tree vs. a VPATH build showed
that we were missing docs/api_extension/*.patch files, but
shipping other files that we didn't need.
* bootstrap.conf (gnulib_extra_files): Don't distribute files we
don't care about.
* docs/Makefile.am (patches): Perform wildcard correctly.
---
The commit date lies - I've been sitting on an earlier form of
this patch since:
https://www.redhat.com/archives/libvir-list/2010-April/msg01337.html
Fortunately, the rest of the hunks in that earlier version have
since been taken care of in the meantime.
bootstrap.conf | 10 ++++++++++
docs/Makefile.am | 2 +-
2 files changed, 11 insertions(+), 1 deletions(-)