--- loncom/Attic/Makefile 2000/11/16 14:07:42 1.13 +++ loncom/Attic/Makefile 2000/12/04 21:10:36 1.15 @@ -17,7 +17,7 @@ AMTARGETS=lonnet/perl/lonrep.pm lonnet/p 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/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,7 +26,8 @@ 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 \ + publisher/lonpublisher.pm PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \ modules/TexConvert/tthperl/tth.bs modules/TexConvert/tthperl/tth.pm \ @@ -36,7 +37,8 @@ PERLSOTARGETS=modules/TexConvert/tthperl JSTARGETS=auth/londes.js homework/default_homework.lcpm TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \ - spare.tab htpasswd + spare.tab htpasswd publisher/addid.tab publisher/language.tab \ + publisher/copyright.tab install: $(PERLTARGETS) $(AMTARGETS) cp $(PERLTARGETS) $(PERLDIR) @@ -47,4 +49,5 @@ 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 \ No newline at end of file