В Sat, 04 May 2013 21:59:18 +0900 Miles Bader <mi...@gnu.org> пишет:
> Andrey Borzenkov <arvidj...@gmail.com> writes: > > Alternative is to place EXTRA_DIST outside of conditionals, but this > > is more intrusive probably. > > Why do you think it would be "more intrusive"? > I mean - to the script that generates Makefile.am. > The only function of EXTRA_DIST is to specify files that should be put > in the tarball, for files which aren't automatically included... > From your description, it sounds like you want these files to always > be distributed, so unconditionally adding them to EXTRA_DIST sounds > perfect. > But still - what are rules to decide which files are included in "make dist" if conditionals are used?