Andre Poenitz <[EMAIL PROTECTED]> writes: > Is there a specific reason that we distribute part of our working copies > in the tar balls? > > As far as I can tell the reason is EXTRA_DIST += some_dir instead of > EXTRA_DIST += somedir/file1 ... > > So is this just lazyness?
The proper distribution scheme is to do a 'svn export' before the 'make dist'. There are therefore no .svn files in official tar.gz on ftp.lyx.org (except for older one when I was too lazy to do it :) JMarc