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

raeburn raeburn@source.lon-capa.org
Tue, 24 May 2011 14:13:24 -0000


raeburn		Tue May 24 14:13:24 2011 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  - Revisiting changes in rev 1.744; inelegant workaround for Debian 6/Ubuntu 10.  
  - Pure wildcard  in <glob>*</glob> unsupported in Debian 6/Ubuntu 10 LTS.
  - Replace with <glob>*.*</glob> and remove files not matching new pattern from
    <fileglob></fileglob>, (use <file></file> with those files individually). 
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.747 doc/loncapafiles/loncapafiles.lpml:1.748
--- doc/loncapafiles/loncapafiles.lpml:1.747	Tue May 24 13:04:31 2011
+++ doc/loncapafiles/loncapafiles.lpml	Tue May 24 14:13:24 2011
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.747 2011/05/24 13:04:31 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.748 2011/05/24 14:13:24 raeburn Exp $ -->
 
 <!--
 
@@ -3415,7 +3415,7 @@
 </dependencies>
 </file>
 <fileglob>
-  <glob>*</glob>
+  <glob>*.*</glob>
   <sourcedir>loncom/html/adm/fonts/</sourcedir>
   <targetdir dist='default'>home/httpd/html/adm/fonts/</targetdir>
   <categoryname>interface file</categoryname>
@@ -3423,22 +3423,58 @@
     Fonts for convertjme.pl
   </description>
   <filenames>
-AUTHORS;
-BUGS;
 DejaVuSerif-Roman.ttf;
 DejaVuSansMono-Bold.ttf;
 DejaVuSans.pfb;
 DejaVuSans.ttf;
 DejaVuSerif.pfb;
 DejaVuSerif.ttf;
-LICENSE;
-NEWS;
-README;
 status.txt;
 unicover.txt;
   </filenames>
 </fileglob>
 <file>
+<source>loncom/html/adm/fonts/AUTHORS</source>
+<target dist='default'>home/httpd/html/adm/fonts/AUTHORS</target>
+<categoryname>interface file</categoryname>
+<description>
+Documentation for fonts
+</description>
+<status>works/unverified</status>
+</file>
+<file>
+<source>loncom/html/adm/fonts/BUGS</source>
+<target dist='default'>home/httpd/html/adm/fonts/BUGS</target>
+<categoryname>interface file</categoryname>
+<description>
+Documentation for fonts
+</description>
+</file>
+<file>
+<source>loncom/html/adm/fonts/LICENSE</source>
+<target dist='default'>home/httpd/html/adm/fonts/LICENSE</target>
+<categoryname>interface file</categoryname>
+<description>
+Documentation for fonts
+</description>
+</file>
+<file>
+<source>loncom/html/adm/fonts/NEWS</source>
+<target dist='default'>home/httpd/html/adm/fonts/NEWS</target>
+<categoryname>interface file</categoryname>
+<description>
+Documentation for fonts
+</description>
+</file>
+<file>
+<source>loncom/html/adm/fonts/README</source>
+<target dist='default'>home/httpd/html/adm/fonts/README</target>
+<categoryname>interface file</categoryname>
+<description>
+Documentation for fonts
+</description>
+</file>
+<file>
 <source>loncom/interface/lonstatistics.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
 <categoryname>handler</categoryname>
@@ -7699,7 +7735,7 @@
 </filenames>
 </fileglob>
 <fileglob>
-    <glob>*</glob>
+    <glob>*.*</glob>
     <sourcedir>loncom/debugging_tools/compiled/</sourcedir>
     <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
     <categoryname>script</categoryname>
@@ -7707,13 +7743,34 @@
       Binary tools for LON-CAPA
     </description>
 <filenames>
-create_db_dynamic;
-create_db_dynamic_64;
 create_db_dynamic_64_so.3;
-dump_db_static_32;
 </filenames>
 </fileglob>
 <file>
+<source>loncom/debugging_tools/compiled/create_db_dynamic</source>
+<target dist='default'>home/httpd/perl/debug/create_db_dynamic</target>
+<categoryname>script</categoryname>
+<description>
+Binary tool for LON-CAPA
+</description>
+</file>
+<file>
+<source>loncom/debugging_tools/compiled/create_db_dynamic_64</source>
+<target dist='default'>home/httpd/perl/debug/create_db_dynamic_64</target>
+<categoryname>script</categoryname>
+<description>
+Binary tool for LON-CAPA
+</description>
+</file>
+<file>
+<source>loncom/debugging_tools/compiled/dump_db_static_32</source>
+<target dist='default'>home/httpd/perl/debug/dump_db_static_32</target>
+<categoryname>script</categoryname>
+<description>
+Binary tool for LON-CAPA
+</description>
+</file>
+<file>
 <source>loncom/build/distprobe</source>
 <target dist='default'>home/httpd/perl/distprobe</target>
 <categoryname>script</categoryname>