File:  [LON-CAPA] / rat / Attic / Makefile
Revision 1.2: download - view: text, annotated - select for diffs
Wed Nov 17 21:53:43 1999 UTC (24 years, 5 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
I did a lot of debugging work involving resolving global variable conflicts
as well as a few logic fixes.  Also, I added/prototyped abilities to link
resources, view resource information, and remove resources from the RAT
web interface.  Another major success was removing a significant problem
related to compatibility between OS's and browser versions relevant
to javascript (a lot of erratic behavior and bus errors was going on).
To do: the code still needs a fair amount of cleaning and need to implement
the underlying storage scheme for files (.page, .course, .section, etc).

#Installation Makefile

DESTDIR=/home/httpd/html/adm/rat
IMAGES=images/[^CVS]*
CLIENT=client/rat.html

install:
	cp $(IMAGES) $(DESTDIR)
	cp $(CLIENT) $(DESTDIR)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>