Skip to content

Commit

Permalink
Update NEWS & README.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Jan 5, 1995
1 parent 77d2563 commit feddeb2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS.VER
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Major changes between "less" versions 252 and
Major changes between "less" versions 252 and 272

* A LESSOPEN preprocessor may now pipe the converted file data to less,
rather than writing it to a temporary file.
Expand Down
15 changes: 13 additions & 2 deletions README.VER
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=======================================================================
=== NOTE: THIS IS A DISTRIBUTION OF less (version 263) ===
=== NOTE: THIS IS A DISTRIBUTION OF less (version 272) ===
=== PLEASE REPORT ANY PROBLEMS TO THE AUTHOR AT [email protected]. ===
=======================================================================

Expand Down Expand Up @@ -33,12 +33,24 @@ INSTALLATION (Unix systems only):

4. Type "make" and watch the fun.

If you want less to find the help file in a directory other than
the default (/usr/local/share), define "datadir" to that directory.
For example: "make datadir=/usr/local/helpfiles"

5. If the make succeeds, it will generate a program "less"
in your current directory. Test the generated program.

6. When satisfied that it works, if you wish to install it
in a public place, type "make install".

The default install destinations are:
Executables (less, lesskey) in /usr/local/bin
Data files (less.hlp) in /usr/local/share
Documentation (less.nro, lesskey.nro) in /usr/local/man/man1
If you want to install any of these files elsewhere, define
bindir, datadir, and/or mandir to the appropriate directories.
datadir must be defined the same as in step 4.

If you have any problems building or running "less", suggestions,
complaints, etc., you may mail to the author at [email protected]

Expand All @@ -54,7 +66,6 @@ INSTALLATION (MS-DOS systems only)
LF as line terminators.

2. Rename MAKEFILE.DOS to MAKEFILE.
Rename DEFINES.DOS to DEFINES.H.

3. Look at MAKEFILE to make sure that the definitions for CC and LIBDIR
are correct. CC should be the name of your Microsoft C compiler and
Expand Down
3 changes: 2 additions & 1 deletion version.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@
* v270: Use VISUAL; use S_ISDIR/S_ISREG; fix 1/3/95
* config problem with Solaris POSIX regcomp.
* v271: Don't quit on read error. 1/4/95
* v272: Get rid of -L. 1/5/95
*/

char version[] = "271";
char version[] = "272";

0 comments on commit feddeb2

Please sign in to comment.