File:  [LON-CAPA] / rat / Attic / Makefile
Revision 1.3: download - view: text, annotated - select for diffs
Thu Dec 16 20:39:48 1999 UTC (24 years, 5 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
Removed redundant image files.  Due to gif compression issues,
some of these gifs may need to be resaved through a program like
Adobe Photoshop.  (But I don't think there were that many "faulty"
compressions..)  Also, significant changes to the html files as
various bugs were removed and features added to the rat interface
(especially, edits in controls.html). -Scott

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

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