--- loncom/Attic/Makefile 2000/11/16 14:07:42 1.13 +++ loncom/Attic/Makefile 2000/12/19 23:21:36 1.19 @@ -7,17 +7,18 @@ APACHEMODULES=/home/httpd/lib/perl/Apach PERLSODIR=/usr/local/lib/site_perl/i386-linux/ JSMODULES=/home/httpd/html/res/adm/includes/ TABDIR=/home/httpd/lonTabs +RATDIR=/home/httpd/html/adm/rat PERLTARGETS=lonc lond loncron lonsql AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.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 \ modules/TexConvert/tthperl/lontex.pm \ modules/TexConvert/tthperl/lontexconvert.pm \ modules/TexConvert/tthperl/tth.pm \ xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm \ - xml/scripttag.pm xml/outtext.pm homework/lonhomework.pm \ + xml/scripttag.pm homework/lonhomework.pm homework/hint.pm \ homework/test.pm homework/inputtags.pm homework/structuretags.pm \ homework/response.pm homework/caparesponse/caparesponse.pm \ interface/lonmenu.pm ../rat/lonpageflip.pm ../rat/lonratedt.pm \ @@ -26,17 +27,22 @@ AMTARGETS=lonnet/perl/lonrep.pm lonnet/p html/res/adm/pages/annotator/admannotations.pm \ html/res/adm/pages/bookmarkmenu/admbookmarks.pm \ interface/lonindexer.pm interface/lonmeta.pm interface/lonmsg.pm \ - interface/lonspreadsheet.pm + interface/lonspreadsheet.pm publisher/lonconstruct.pm \ + interface/lonparmset.pm publisher/lonpublisher.pm PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \ modules/TexConvert/tthperl/tth.bs modules/TexConvert/tthperl/tth.pm \ homework/caparesponse/capa.so homework/caparesponse/capa.pm \ 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 TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \ - spare.tab htpasswd + spare.tab htpasswd publisher/addid.tab publisher/language.tab + +RATTARGETS=../rat/images/*.gif ../rat/client/*.html install: $(PERLTARGETS) $(AMTARGETS) cp $(PERLTARGETS) $(PERLDIR) @@ -47,4 +53,6 @@ install: $(PERLTARGETS) $(AMTARGETS) cp $(JSTARGETS) $(JSMODULES) cp $(TABTARGETS) $(TABDIR) cp -r html/res/adm/pages/* /home/httpd/html/res/adm/pages - cp homework/capa.units /home/httpd/html/res/adm/includes/ \ No newline at end of file + cp homework/capa.units /home/httpd/html/res/adm/includes/ + cp publisher/publisher.html /home/httpd/html/adm + cp $(RATTARGETS) $(RATDIR)