--- loncom/Attic/Makefile	2001/07/06 21:56:17	1.41
+++ loncom/Attic/Makefile	2001/10/09 20:40:47	1.44
@@ -5,6 +5,7 @@
 
 PERLDIR=/home/httpd/perl
 APACHEMODULES=/home/httpd/lib/perl/Apache
+OTHERMODULES=/home/httpd/lib/perl
 PERLSODIR=/usr/local/lib/perl/5.6.0/
 JSMODULES=/home/httpd/html/res/adm/includes/
 TABDIR=/home/httpd/lonTabs
@@ -23,7 +24,7 @@ AMTARGETS=lonnet/perl/lonrep.pm lonnet/p
 	homework/response.pm homework/caparesponse/caparesponse.pm \
 	homework/radiobuttonresponse.pm homework/optionresponse.pm \
 	homework/outputtags.pm homework/grades.pm homework/imageresponse.pm \
-	homework/edit.pm homework/essayresponse.pm \
+	homework/edit.pm homework/essayresponse.pm homework/randomlabel.pm \
 	interface/lonmenu.pm ../rat/lonpageflip.pm ../rat/lonratedt.pm \
 	../rat/lonratsrv.pm ../rat/lonuserstate.pm ../rat/lonpage.pm \
 	../rat/lonsequence.pm ../rat/lonambiguous.pm ../rat/lonratparms.pm \
@@ -43,6 +44,7 @@ AMTARGETS=lonnet/perl/lonrep.pm lonnet/p
 	interface/loncommon.pm interface/loncreatecourse.pm interface/loncreateuser.pm \
 	interface/lonstatistics.pm metadata_database/searchcat.pl
 
+OMTARGETS=auth/localauth.pm
 
 PERLSOTARGETS=../modules/TexConvert/tthperl/tth.so \
 	../modules/TexConvert/tthperl/tth.bs ../modules/TexConvert/tthperl/tth.pm \
@@ -55,6 +57,7 @@ JSTARGETS=auth/londes.js homework/defaul
 
 TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \
 	spare.tab htpasswd publisher/addid.tab publisher/language.tab \
+	publisher/packages.tab \
 	homework/insertlist.tab interface/mydesk.tab
 
 RATTARGETS=../rat/images/*.gif ../rat/client/*.html
@@ -62,6 +65,7 @@ RATTARGETS=../rat/images/*.gif ../rat/cl
 install: $(PERLTARGETS) $(AMTARGETS)
 	cp $(PERLTARGETS) $(PERLDIR)
 	cp $(AMTARGETS) $(APACHEMODULES)
+	cp $(OMTARGETS) $(OTHERMODULES)
 	#cd modules/TexConvert/tthperl; tcsh commands
 	#cd ../../..
 	cp $(PERLSOTARGETS) $(PERLSODIR)
@@ -69,6 +73,7 @@ install: $(PERLTARGETS) $(AMTARGETS)
 	cp $(TABTARGETS) $(TABDIR)
 	cp -r html/res/adm/pages/* /home/httpd/html/res/adm/pages
 	cp -r html/adm/* /home/httpd/html/adm
+	cp -r homework/templates /home/httpd/html/res/adm/includes
 	cp homework/capa.units /home/httpd/html/res/adm/includes/
 	cp publisher/publisher.html /home/httpd/html/adm
 	cp $(RATTARGETS) $(RATDIR)