From 51c770a8e01958bb18c9be9426a459a0c076e7ae Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 10 Dec 2010 00:13:16 +0000 Subject: svn-multi 2.4 (10dec10) git-svn-id: svn://tug.org/texlive/trunk@20703 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/svn-multi/svn-multi.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/svn-multi/svn-multi.pl b/Master/texmf-dist/scripts/svn-multi/svn-multi.pl index 54acfc79169..4dcc32498eb 100755 --- a/Master/texmf-dist/scripts/svn-multi/svn-multi.pl +++ b/Master/texmf-dist/scripts/svn-multi/svn-multi.pl @@ -8,7 +8,7 @@ # E-mail: martin@scharrer-online.de # WWW: http://latex.scharrer-online.de/svn-multi/ # -# $Id: svn-multi-pl.dtx 1866 2010-07-19 11:17:15Z martin $ +# $Id: svn-multi-pl.dtx 1873 2010-07-26 15:31:45Z martin $ # # This program works only in combination with the LaTeX package 'svn-multi' and # generates .svx files with '\svnidlong' macros holding Subversion keywords for @@ -57,7 +57,7 @@ use warnings; use File::Basename; my $VERSION = "0.2"; my ($REV,$DATE) = - (split ' ','$Id: svn-multi-pl.dtx 1866 2010-07-19 11:17:15Z martin $')[2,3]; + (split ' ','$Id: svn-multi-pl.dtx 1873 2010-07-26 15:31:45Z martin $')[2,3]; my $dollar = '$'; my @PATH; @@ -133,8 +133,8 @@ my $resvnexternal = qr/ $ # end of line /x; -if (-e "$jobname.svn" and open( my $svnfh, '<', "$jobname.svn")) { - print STDOUT "Reading '$jobname.svn'.\n"; +if (-e "$jobname.aux" and open( my $svnfh, '<', "$jobname.aux")) { + print STDOUT "Reading '$jobname.aux'.\n"; while (<$svnfh>) { chomp; if (/$resvnexternalpath/) { @@ -149,7 +149,7 @@ if (-e "$jobname.svn" and open( my $svnfh, '<', "$jobname.svn")) { close ($svnfh); } else { - warn "No .svn file found for '$jobname'!\n"; + warn "No .aux file found for '$jobname'!\n"; } # Add TEXINPUTS to path @@ -329,7 +329,7 @@ Usage: Description: This LaTeX helper script collects Subversion keywords from non-(La)TeX files and provides it to the 'svn-multi' package using '.svx' files. It will first - scan the file '.svn' for files declared by the '\svnextern' macro but + scan the file '.aux' for files declared by the '\svnextern' macro but also allows to provide additional files including the corresponding groups. The keywords for the additional files will be written in the file '.svx'. -- cgit v1.2.3