/****************************************************************************\
 * Copyright 1985 by George Nelan, Arizona State University.                *
 * All rights reserved.  Permission to use, modify, and copy these programs *
 * and documentation is granted, provided that the copy is not sold and     *
 * that this copyright and permission notice appear on all copies.          *
\****************************************************************************/

The window management system tape release consists of these files:

README			- this file.    
blurb			- ...
makefile  		- construct and install the system.
man7       		- directory for installed manuals.
man7/msh.7		- installed manual for msh.
man7/wms.7		- installed manual for wms.
man7/wty.7		- installed manual for wty.
mant			- directory for uninstalled manuals.
mant/DS			- nroff string definitions.
mant/msh.t		- uninstalled manual for msh.
mant/wms.t		- uninstalled manual for wms.
mant/wty.t		- uninstalled manual for wty.
public			- public directory.
public/msh      	- executable msh.
public/termcap  	- sample terminal descriptions.
public/wms		- public wms directory.
public/wms/max.msh.c   	- msh configuration parameters source variables.
public/wms/max.msh.h    - msh configuration parameters absolute maximum values.
public/wms/max.msh.o   	- msh configuration parameters object code.
public/wms/max.wty.c   	- wty configuration parameters source variables.
public/wms/max.wty.h    - wty configuration parameters absolute maximum values.
public/wms/max.wty.o   	- wty configuration parameters object code.
public/wms/msh.bind.o	- msh main program binder object code.
public/wms/msh.h    	- msh control codes.
public/wms/msh.o   	- msh object code.
public/wms/wty.bind.o  	- wty main program binder object code.
public/wms/wty.o	- wty object code.
public/wty      	- executable wty.
source			- primary source code directory.
source/NOTES		- source code notes.
source/msh		- msh source directory.
source/msh/max.msh.h	- @ -> ../../public/wms/max.msh.h.
source/msh/msh.bind.c 	- msh main program binder source.
source/msh/msh.c	- msh source.
source/msh/msh.h	- @ -> ../../public/wms/msh.h.
source/msh/util.h	- @ -> ../util.h.
source/msh/relink	- script to aid source code symbolic linking
source/util.h		- simple utilities.
source/wty		- wty source directory.
source/wty/max.msh.h	- @ -> ../../public/wms/max.msh.h.
source/wty/max.wty.h	- @ -> ../../public/wms/max.wty.h.
source/wty/msh.h	- @ -> ../../public/wms/msh.h.
source/wty/util.h	- @ -> ../util.h.
source/wty/wty.bind.c	- wty main program binder source.
source/wty/wty.c	- wty source.
source/wty/wty.h	- wty virtual terminal prototype codes.

NOTES:

The installation procedure is as follows:
Since the default target directorys have been defined as subdirectorys of the
current directory (this release directory), when you type 'make' nothing 
will be made.  Everything is already installed.  If you wish to install the 
files elsewhere, then you need to edit the 'makefile' and change the target 
directory macros as described in that file.  After installing the manuals, 
it is a good idea to do a "man" on them.  The wty manual is a good start.

The shar version does not include object files or executables.  Thus, typing
'make' will indeed make some files. Lastly, suitable access permissions may 
have to be set - try:

	chmod a+r		<all files>
	chmod go-w		<all files>
	chmod a+x		<all executables, directorys>

Please relay bugs, fixes, improvements, etc. back to ASU for future updates.  

	George Nelan
	Engineering Research Center (ERC 207)
	Arizona State University
	Tempe, Arizona, 85287
	(602)-965-2791

	UUCP:	
	...{ucbvax,ihnp4}!arizona!asuvax!nelan
	...ihnp4!noao!terak!asuvax!nelan

	CSNET:	
	nelan@asu
