--- loncom/Attic/Makefile	2000/06/29 13:57:30	1.6
+++ loncom/Attic/Makefile	2000/12/11 16:48:17	1.17
@@ -5,6 +5,8 @@
 PERLDIR=/home/httpd/perl
 APACHEMODULES=/home/httpd/lib/perl/Apache
 PERLSODIR=/usr/local/lib/site_perl/i386-linux/
+JSMODULES=/home/httpd/html/res/adm/includes/
+TABDIR=/home/httpd/lonTabs
 
 PERLTARGETS=lonc lond loncron lonsql
 AMTARGETS=lonnet/perl/lonrep.pm lonnet/perl/lonnet.pm \
@@ -14,10 +16,30 @@ AMTARGETS=lonnet/perl/lonrep.pm lonnet/p
         modules/TexConvert/tthperl/lontex.pm \
 	modules/TexConvert/tthperl/lontexconvert.pm \
 	modules/TexConvert/tthperl/tth.pm \
-        xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm 
-#	xml/script.pm xml/outtext.pm 
+        xml/lonxml.pm xml/style.pm xml/londefdef.pm xml/run.pm \
+	xml/scripttag.pm homework/lonhomework.pm \
+	homework/test.pm homework/inputtags.pm homework/structuretags.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 \
+	../rat/lonsequence.pm ../rat/lonambiguous.pm \
+	html/res/adm/pages/annotator/admannotations.pm \
+	html/res/adm/pages/bookmarkmenu/admbookmarks.pm \
+	interface/lonindexer.pm interface/lonmeta.pm interface/lonmsg.pm \
+	interface/lonspreadsheet.pm publisher/lonconstruct.pm \
+	interface/lonparmset.pm publisher/lonpublisher.pm
+
 PERLSOTARGETS=modules/TexConvert/tthperl/tth.so \
-	modules/TexConvert/tthperl/tth.bs 
+	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 \
+	publisher/copyright.tab misc/un_keyword.tab
+
+TABTARGETS=interface/filetypes.tab auth/roles.tab auth/rolesplain.tab \
+	spare.tab htpasswd publisher/addid.tab publisher/language.tab 
+
 
 install: $(PERLTARGETS) $(AMTARGETS)
 	cp $(PERLTARGETS) $(PERLDIR)
@@ -25,3 +47,8 @@ install: $(PERLTARGETS) $(AMTARGETS)
 	#cd modules/TexConvert/tthperl; tcsh commands
 	#cd ../../..
 	cp $(PERLSOTARGETS) $(PERLSODIR)
+	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/
+	cp publisher/publisher.html /home/httpd/html/adm
\ No newline at end of file