--- loncom/Attic/Makefile 2000/11/30 14:57:25 1.14 +++ loncom/Attic/Makefile 2000/12/11 16:48:17 1.17 @@ -27,17 +27,19 @@ AMTARGETS=lonnet/perl/lonrep.pm lonnet/p html/res/adm/pages/bookmarkmenu/admbookmarks.pm \ interface/lonindexer.pm interface/lonmeta.pm interface/lonmsg.pm \ interface/lonspreadsheet.pm publisher/lonconstruct.pm \ - publisher/lonpublisher.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 \ + publisher/copyright.tab misc/un_keyword.tab TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \ - spare.tab htpasswd publisher/addid.tab + spare.tab htpasswd publisher/addid.tab publisher/language.tab + install: $(PERLTARGETS) $(AMTARGETS) cp $(PERLTARGETS) $(PERLDIR) @@ -48,4 +50,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