README for Pablo/Visual/AppDefaults:

ResourceFiles/:		Subdirectory containing resource files for individual
			parts of the system.  Make modifications to these.

Pablo.template:		A master file that includes the individual files
			in the ResourceFiles subdirectory.  To add new
			resources, create the appropriate file(s) in the
			ResourceFiles subdirectory, and modify Pablo.template
			to include the new file(s).

Pablo.ressrc:		The file produced when cpp is run on Pablo.template.
			This is an intermediate file generated by the
			"gnumake" command and should never be edited
			directly. This file is removed by the "gnumake clean"
			command.

Pablo: 			The resource file for the source area.  It should 
			be identical to Pablo.ressrc except for a warning 
			message.  Generated by the "gnumake" command.

Pablo.install: 		A copy of the resource file for the install directory.
       			It should be identical to Pablo.ressrc except for 
			path names and a warning message.  Generated
			by the "gnumake install" command.  This file is removed
			by the "gnumake clean" command.

WarningMsg: 		The message you'll see at the begining of Pablo 
			and Pablo.install.

updateResources: 	A script to fix the path names in Pablo.install.
