[subversion-commit] SVN tex-common commit + diffs: r1340 - tex-common/trunk/scripts

Norbert Preining preining-guest at costa.debian.org
Wed May 10 21:25:28 UTC 2006


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
     $_ =~ s at texmf-dist/@@g;
+    $_ =~ s at texmf-doc/@@g;
+    $_ =~ s at texmf/@@g;
     # make sure there's exactly one newline at the end
     chomp;
     $_ =~ s/$/\n/ ;




More information about the Pkg-tetex-commits mailing list