--- loncom/Attic/Makefile 2000/11/30 14:57:25 1.14 +++ loncom/Attic/Makefile 2000/12/04 21:10:36 1.15 @@ -37,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 publisher/addid.tab + spare.tab htpasswd publisher/addid.tab publisher/language.tab \ + publisher/copyright.tab install: $(PERLTARGETS) $(AMTARGETS) cp $(PERLTARGETS) $(PERLDIR) @@ -48,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