[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 13 Oct 2006 21:04:24 -0000


albertel		Fri Oct 13 17:04:24 2006 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  - adding the db conversion to the install
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.512 doc/loncapafiles/loncapafiles.lpml:1.513
--- doc/loncapafiles/loncapafiles.lpml:1.512	Fri Oct 13 16:58:50 2006
+++ doc/loncapafiles/loncapafiles.lpml	Fri Oct 13 17:04:24 2006
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.512 2006/10/13 20:58:50 albertel Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.513 2006/10/13 21:04:24 albertel Exp $ -->
 
 <!--
 
@@ -6643,6 +6643,7 @@
 <filenames>
 activity_to_accesscount.pl;
 clean_db.pl;
+db_copy.pl;
 dump_db.pl;
 escape.pl;
 excise_from_db.pl;
@@ -6656,6 +6657,20 @@
 user_login_count.pl;
 </filenames>
 </fileglob>
+<fileglob>
+    <glob>*</glob>
+    <sourcedir>loncom/debugging_tools/compiled/</sourcedir>
+    <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
+    <categoryname>script</categoryname>
+    <description>
+      Binary tools for LON-CAPA
+    </description>
+<filenames>
+create_db_dynamic;
+create_db_dynamic_64;
+dump_db_static_32;
+</filenames>
+</fileglob>
 <file>
 <source>loncom/build/distprobe</source>
 <target dist='default'>home/httpd/perl/distprobe</target>