I did a diff of my cvs lyx-devel and the new svn one. There are a
couple of minor problems:

*** in build_lyxwin.sh a ^M has been replaced with ^J. This code may
    not be useful anymore with svn under windows.

-- cvs/development/Win32/packaging/build_lyxwin.sh     2005-07-17 23:31:02.0000
00000 +0200
+++ lyx-devel/development/Win32/packaging/build_lyxwin.sh       2006-02-10 11:06
:44.000000000 +0100
@@ -242,7 +242,8 @@
        # The configure script will be unable to create config.h if it
        # contains Win32-style line endings.
        rm -f configure.ac
-       sed 's/^M$//' config/configure.ac > configure.ac.$$
+       sed 's/
+$//' config/configure.ac > configure.ac.$$
        cmp -s config/configure.ac configure.ac.$$ && {
            rm -f configure.ac.$$
        } || {


*** The file INSTALL.OS2 is missing

I guess we should get rid of the .cvsignore files, also.

JMarc

Reply via email to