
@(#)changes	1.1	05/01/97

3/14/97 BLE I made the following changes to WETICS to make it easier
	    to install it on another machine
-- Had to download gif files in the Dogu's gif directory:
   move gif directory to the applet directory c30 and
   change references to them in the applets
-- cd ~arifler/public_html/c30/applets/SCCS; \
   mv s.c30start.html s.start.html
-- cd ~arifler/public_html/c30/applets/src; \
   rm StarterApplet.java~1 StarterApplet.java~2; \
   rm textedit.27073
-- cd ~arifler/public_html/c30/server; rm Server.java~
-- cd ~arifler/public_html/c30/server; \
   mv Makefile makefile; \
   sccs create -fi makefile
-- Makefiles
   o  Make the naming of makefiles consistent: use makefile
   o  Remove the dependence on the CLASSPATH
   o  Keep java and class files in the same directory
   o  Change java compiler command to javac $<
	o  Remove dependency on PTARCH in the makefiles in
	   ~c30user/public_html/c30/simulator/src:  if PTARCH
	   is not set, then shell out to ptarch to set it
