Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| 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.$$
|         } || {

This is a but in the sed script! Controlchars should never be present
in text files. Just exchange it for '\r'

| *** The file INSTALL.OS2 is missing

Hmm... strange. So it should be re-added then.
 
| I guess we should get rid of the .cvsignore files, also.

Yes, I'll come around to cleaning up a lot of small stuff.

-- 
        Lgb

Reply via email to