Deleted Added
full compact
README (60786) README (63128)
1
1
2 Less, version 354
2 Less, version 358
3
3
4 This is the distribution of less, version 354, released 23 Mar 2000.
4 This is the distribution of less, version 358, released 08 Jul 2000.
5 This program is part of the GNU project (http://www.gnu.org).
6
7 This program is free software. You may redistribute it and/or
8 modify it under the terms of either:
9
10 1. The GNU General Public License, as published by the Free
11 Software Foundation; either version 2, or (at your option) any
12 later version. A copy of this license is in the file COPYING.

--- 88 unchanged lines hidden (view full) ---

101=======================================================================
102INSTALLATION (MS-DOS systems only,
103 with Microsoft C, Borland C, or DJGPP)
104
1051. Move the distributed source to its own directory.
106 Depending on your compiler, you may need to convert the source
107 to have CR-LF rather than LF as line terminators.
108
5 This program is part of the GNU project (http://www.gnu.org).
6
7 This program is free software. You may redistribute it and/or
8 modify it under the terms of either:
9
10 1. The GNU General Public License, as published by the Free
11 Software Foundation; either version 2, or (at your option) any
12 later version. A copy of this license is in the file COPYING.

--- 88 unchanged lines hidden (view full) ---

101=======================================================================
102INSTALLATION (MS-DOS systems only,
103 with Microsoft C, Borland C, or DJGPP)
104
1051. Move the distributed source to its own directory.
106 Depending on your compiler, you may need to convert the source
107 to have CR-LF rather than LF as line terminators.
108
1092. If you are using Microsoft C, rename MAKEFILE.DSM to MAKEFILE.
1092. If you are using Microsoft C, rename MAKEFILE.DSU to MAKEFILE.
110 If you are using Borland C, rename MAKEFILE.DSB to MAKEFILE.
111 If you are using DJGPP, rename MAKEFILE.DSG to MAKEFILE.
112
1133. Look at MAKEFILE to make sure that the definitions for CC and LIBDIR
114 are correct. CC should be the name of your C compiler and
115 LIBDIR should be the directory where the C libraries reside (for
116 Microsoft C only). If these definitions need to be changed, you can
117 either modify the definitions directly in MAKEFILE, or set your

--- 109 unchanged lines hidden ---
110 If you are using Borland C, rename MAKEFILE.DSB to MAKEFILE.
111 If you are using DJGPP, rename MAKEFILE.DSG to MAKEFILE.
112
1133. Look at MAKEFILE to make sure that the definitions for CC and LIBDIR
114 are correct. CC should be the name of your C compiler and
115 LIBDIR should be the directory where the C libraries reside (for
116 Microsoft C only). If these definitions need to be changed, you can
117 either modify the definitions directly in MAKEFILE, or set your

--- 109 unchanged lines hidden ---