--- loncom/Attic/Makefile 2000/11/30 14:57:25 1.14 +++ loncom/Attic/Makefile 2000/12/08 21:28:44 1.16 @@ -34,10 +34,12 @@ PERLSOTARGETS=modules/TexConvert/tthperl 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