Thank you for your interest in John Nagle's conversion of Scott Fahlman's
BUILD planning program.  A set of mail messages accompanies this message
containing a Makefile and 3 uuencoded, compressed tar files containing the
sources for the system.  These files assume you are running UNIX and have a
Common Lisp system available in case you want to compile and run the system.
Please follow the instructions below to reconstitute the files and construct
the system.  If you have any questions about these procedures, please send me
a message, jim

Jim Bennett
  UUCP:	...!{ames,sun,uunet}!coherent!jbennett
  Domain: jbennett@coherent.com
  Internet: coherent!jbennett@ames.arpa, ...@sun.com, ...@uunet.uu.net


Step 1. Use mkdir to create a directory that will contain the BUILD sources.
	%mkdir build
Step 2. Copy each mail message into a separate file in that directory
	named as follows:
		1build.mail
		2build.mail
		3build.mail
		Makefile
Step 3. Edit each file, stripping any mail headers and trailers from the file.
Step 4. Run `make unmail` at the shell in the subdirectory.
Step 5. Read the README file for further instructions about compiling
	and running BUILD.
