Diff for /loncom/Attic/Makefile between versions 1.18 and 1.19

version 1.18, 2000/12/15 20:31:10 version 1.19, 2000/12/19 23:21:36
Line 12  RATDIR=/home/httpd/html/adm/rat Line 12  RATDIR=/home/httpd/html/adm/rat
 PERLTARGETS=lonc lond loncron lonsql  PERLTARGETS=lonc lond loncron lonsql
 AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \  AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \
  auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \   auth/lonlogin.pm auth/lonauth.pm auth/lonracc.pm \
  auth/loncacc.pm auth/lonacc.pm homework/lonproblem.pm \   auth/loncacc.pm auth/lonacc.pm \
         auth/lonroles.pm auth/lonlogout.pm  \          auth/lonroles.pm auth/lonlogout.pm  \
         modules/TexConvert/tthperl/lontex.pm \          modules/TexConvert/tthperl/lontex.pm \
  modules/TexConvert/tthperl/lontexconvert.pm \   modules/TexConvert/tthperl/lontexconvert.pm \
  modules/TexConvert/tthperl/tth.pm \   modules/TexConvert/tthperl/tth.pm \
         xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm \          xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm \
  xml/scripttag.pm homework/lonhomework.pm \   xml/scripttag.pm homework/lonhomework.pm homework/hint.pm \
  homework/test.pm homework/inputtags.pm homework/structuretags.pm \   homework/test.pm homework/inputtags.pm homework/structuretags.pm \
  homework/response.pm homework/caparesponse/caparesponse.pm \   homework/response.pm homework/caparesponse/caparesponse.pm \
  interface/lonmenu.pm ../rat/lonpageflip.pm ../rat/lonratedt.pm \   interface/lonmenu.pm ../rat/lonpageflip.pm ../rat/lonratedt.pm \
Line 36  PERLSOTARGETS=modules/TexConvert/tthperl Line 36  PERLSOTARGETS=modules/TexConvert/tthperl
  homework/caparesponse/capa.bs   homework/caparesponse/capa.bs
   
 JSTARGETS=auth/londes.js homework/default_homework.lcpm \  JSTARGETS=auth/londes.js homework/default_homework.lcpm \
           homework/lectureonline.sty \
  publisher/copyright.tab misc/un_keyword.tab   publisher/copyright.tab misc/un_keyword.tab
   
 TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \  TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \
Line 54  install: $(PERLTARGETS) $(AMTARGETS) Line 55  install: $(PERLTARGETS) $(AMTARGETS)
  cp -r html/res/adm/pages/* /home/httpd/html/res/adm/pages   cp -r html/res/adm/pages/* /home/httpd/html/res/adm/pages
  cp homework/capa.units /home/httpd/html/res/adm/includes/   cp homework/capa.units /home/httpd/html/res/adm/includes/
  cp publisher/publisher.html /home/httpd/html/adm   cp publisher/publisher.html /home/httpd/html/adm
  cp $(RATTARGETS) $(RATDIR)  
   
    cp $(RATTARGETS) $(RATDIR)

Removed from v.1.18  
changed lines
  Added in v.1.19


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