comparison nt/INSTALL @ 91772:db64fb3d9118

Added note about line ends of lisp/international uni-*.el files.
author Jason Rumney <jasonr@gnu.org>
date Mon, 11 Feb 2008 10:10:46 +0000
parents e27f17d9c8ed
children f991f10f15ec
comparison
equal deleted inserted replaced
91771:9fc71c8a2f1c 91772:db64fb3d9118
98 cvs update -kb 98 cvs update -kb
99 99
100 Alternatively, use programs that convert end-of-line format, such as 100 Alternatively, use programs that convert end-of-line format, such as
101 dos2unix and unix2dos available from GnuWin32 or dtou and utod from 101 dos2unix and unix2dos available from GnuWin32 or dtou and utod from
102 the DJGPP project. 102 the DJGPP project.
103
104 Additionally, the files lisp/international/uni-*.el need Unix line
105 ends due to some embedded ^M characters that are not at the end of
106 the line. So in the lisp/international directory you should run the
107 following command, or use dos2unix on those files.
108
109 cvs update -kb uni-*.el
103 110
104 In addition to this file, you should also read INSTALL.CVS in the 111 In addition to this file, you should also read INSTALL.CVS in the
105 parent directory, and make sure that you have a version of 112 parent directory, and make sure that you have a version of
106 "touch.exe" in your path, and that it will create files that do not 113 "touch.exe" in your path, and that it will create files that do not
107 yet exist. 114 yet exist.