--- loncom/Attic/Makefile 2000/10/02 22:13:47 1.10 +++ loncom/Attic/Makefile 2000/10/11 20:58:44 1.11 @@ -19,7 +19,12 @@ AMTARGETS=lonnet/perl/lonrep.pm lonnet/p xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm \ xml/scripttag.pm xml/outtext.pm homework/lonhomework.pm \ homework/test.pm homework/inputtags.pm homework/structuretags.pm \ - homework/response.pm homework/caparesponse/caparesponse.pm + homework/response.pm homework/caparesponse/caparesponse.pm \ + interface/lonmenu.pm ../rat/lonpageflip.pm ../rat/lonratedt.pm \ + ../rat/lonratsrv.pm ../rat/lonuserstate.pm ../rat/lonpage.pm \ + html/res/adm/pages/annotator/admannotations.pm \ + html/res/adm/pages/bookmarkmenu/admbookmarks.pm \ + interface/lonindexer.pm PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \ modules/TexConvert/tthperl/tth.bs modules/TexConvert/tthperl/tth.pm \ @@ -28,7 +33,8 @@ PERLSOTARGETS=modules/TexConvert/tthperl JSTARGETS=auth/londes.js homework/default_homework.lcpm -TABTARGETS=interface/filetypes.tab +TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \ + spare.tab htpasswd install: $(PERLTARGETS) $(AMTARGETS) cp $(PERLTARGETS) $(PERLDIR) @@ -37,4 +43,5 @@ install: $(PERLTARGETS) $(AMTARGETS) #cd ../../.. cp $(PERLSOTARGETS) $(PERLSODIR) cp $(JSTARGETS) $(JSMODULES) - cp $(TABTARGETS) $(TABDIR) \ No newline at end of file + cp $(TABTARGETS) $(TABDIR) + cp -r html/res/adm/pages/* /home/httpd/html/res/adm/pages \ No newline at end of file