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, 6 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).

    1: #Installation Makefile
    2: 
    3: DESTDIR=/home/httpd/html/adm/rat
    4: IMAGES=images/[^CVS]*
    5: CLIENT=client/rat.html
    6: 
    7: install:
    8: 	cp $(IMAGES) $(DESTDIR)
    9: 	cp $(CLIENT) $(DESTDIR)

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