/* * Copyright (c) 1988 Mark Nudleman * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and other materials related to such * distribution and use acknowledge that the software was developed * by Mark Nudleman and the University of California, Berkeley. The * name of Mark Nudleman or the * University may not be used to endorse or promote products derived * from this software without specific prior written permission. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * @(#)README 5.2 (Berkeley) %G% */ This is the distribution of "less", a paginator similar to "more" or "pg". The manual page is in less.man (nroff source in less.nro). INSTALLATION: 1. Move the distributed source to its own directory and unpack it by running "sh" on the distribution files, if you have not already done so. 2. Type "sh linstall" and answer the questions it asks. This will generate a makefile and a defines.h. If you choose not to include some features in your version, you may wish to edit the manual page "less.nro" and the help page "less.help" to remove the references to the appropriate commands or options. 3. It is a good idea to look over the generated makefile and make sure it looks ok. 4. Type "make" and watch the fun. 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". If you have any problems building or running "less", suggestions, complaints, etc., you may mail to the author via USENET at: sun \ decwrl } !pyramid!ctnews!mitisft!markn ihnp4!hplabs / Note to hackers: comments noting possible improvements are enclosed in double curly brackets {{ like this }}.