>>>>> "Todd" == Todd Dukes <[EMAIL PROTECTED]> writes:
Todd> I was disapointed that pkgdata_DATA files are not included
Todd> in a distribution without also being listed in EXTRA_DIST.
Todd> Is this a bug? The section in the manual says EXTRA_DIST is
Todd> for files that aren't installed by the regular rules, but it
Todd> never says what the regular rules are.
It isn't a bug. The regular rule is that most things aren't included
in the package by default. I think only _HEADERS might be.
In the next version you'll be able to control this more easily:
dist_pkgdata_DATA = ...
nodist_pkgdata_DATA = ...
This is already implemented in the cvs verson.
Tom