Annotation of rat/Makefile, revision 1.4

1.1       albertel    1: #Installation Makefile
                      2: 
                      3: DESTDIR=/home/httpd/html/adm/rat
1.4     ! albertel    4: APACHEMODULES=/home/httpd/lib/perl/Apache
        !             5: 
        !             6: IMAGES=images/[^C]*
1.3       harris41    7: CLIENT=client/*.html
1.1       albertel    8: 
1.4     ! albertel    9: AMTARGETS=lonpage.pm lonratsrv.pm lonratedt.pm lonuserstate.pm     
        !            10: 
1.1       albertel   11: install:
                     12: 	cp $(IMAGES) $(DESTDIR)
                     13: 	cp $(CLIENT) $(DESTDIR)
1.4     ! albertel   14: 	cp $(AMTARGETS) $(APACHEMODULES)

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