>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:

Angus> Here's the first bug. Not critical but something to investigate
Angus> for future releases. (I use -iname because Windows is a bit
Angus> weird about preserving case when unpacking unix directory
Angus> trees.)

Angus> $ find lyx-1.3.7 -iname cvs

Known problem. This happens because we put boost and development as
full directories in the install target instead of listing every file
one by one. The situation is better in 1.4.0cvs, I think.

We could maybe pass an option like --exclude=/CVS/ to tar (assuming it
is GNU tar). Lars?

Angus> $ find lyx-1.3.7 -name '\.cvsignore'
Angus> lyx-1.3.7/development/Win32/packaging/dtl/.cvsignore
Angus> lyx-1.3.7/boost/boost/.cvsignore lyx-1.3.7/lib/doc/.cvsignore
Angus> lyx-1.3.7/lib/lyx2lyx/.cvsignore

Same problem.

Angus> I see that we distribute lyx-1.3.7/lib/lyx2lyx/error.pyc etc.
Angus> Why? These byte-compiled files should be compiled on the host
Angus> machine.

Fixed in 1.4.0cvs by using proper automake support.

JMarc

Reply via email to