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, 4 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

#Installation Makefile

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

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

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