Author: preining-guest
Date: 2006-05-10 21:25:26 +0000 (Wed, 10 May 2006)
New Revision: 1340

Modified:
   tex-common/trunk/scripts/tpm2licenses
Log:
not only remove texmf-dist/ in listLines, but also texmf-doc/ and texmf/


Modified: tex-common/trunk/scripts/tpm2licenses
===================================================================
--- tex-common/trunk/scripts/tpm2licenses       2006-05-10 21:03:05 UTC (rev 
1339)
+++ tex-common/trunk/scripts/tpm2licenses       2006-05-10 21:25:26 UTC (rev 
1340)
@@ -284,8 +284,10 @@
   foreach ($RunFiles{"text"}, $DocFiles{"text"}, $SourceFiles{"text"}) { 
     # this is already done in Tpm.pm, why isn't that sufficient?
     $_ =~ s/^\n*// ;
-    # remove the texmf-dist/ we don't need
+    # remove the texmf-dist/ etc we don't need
     $_ =~ [EMAIL PROTECTED]/@@g;
+    $_ =~ [EMAIL PROTECTED]/@@g;
+    $_ =~ [EMAIL PROTECTED]/@@g;
     # make sure there's exactly one newline at the end
     chomp;
     $_ =~ s/$/\n/ ;


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to