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

raeburn raeburn@source.lon-capa.org
Sun, 22 May 2011 12:49:06 -0000


raeburn		Sun May 22 12:49:06 2011 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  - Pure wildcard * in <glob></glob> unsupported in Debian 6/Ubuntu 10 LTS
    - Replace with *.* for adm/fonts/ and with *db* for debugging_tools/compiled/.
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.743 doc/loncapafiles/loncapafiles.lpml:1.744
--- doc/loncapafiles/loncapafiles.lpml:1.743	Tue May 17 05:30:17 2011
+++ doc/loncapafiles/loncapafiles.lpml	Sun May 22 12:49:06 2011
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.743 2011/05/17 05:30:17 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.744 2011/05/22 12:49:06 raeburn Exp $ -->
 
 <!--
 
@@ -3413,7 +3413,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>
@@ -3421,21 +3421,43 @@
     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>
+<fileglob>
+  <glob>*S</glob>
+   <sourcedir>loncom/html/adm/fonts/</source>
+   <targetdir dist='default'>home/httpd/html/adm/fonts/</target>
+   <categoryname>interface file</categoryname>
+   <description>
+    Documentation for Fonts for convertjme.pl
+   </description>
+  <filenames>
+AUTHORS;
+BUGS;
+NEWS;
+  </filenames>
+</fileglob>
+<fileglob>
+  <glob>*E</glob>
+   <sourcedir>loncom/html/adm/fonts/</source>
+   <targetdir dist='default'>home/httpd/html/adm/fonts/</target>
+   <categoryname>interface file</categoryname>
+   <description>
+    Documentation for Fonts for convertjme.pl
+   </description>
+  <filenames>
+LICENSE;
+README;
+  </filenames>
+</fileglob>
 <file>
 <source>loncom/interface/lonstatistics.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
@@ -7697,7 +7719,7 @@
 </filenames>
 </fileglob>
 <fileglob>
-    <glob>*</glob>
+    <glob>*db*</glob>
     <sourcedir>loncom/debugging_tools/compiled/</sourcedir>
     <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
     <categoryname>script</categoryname>