summaryrefslogtreecommitdiff
path: root/Build/source/texk/texlive/linked_scripts/svn-multi
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-01 09:20:55 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-01 09:20:55 +0000
commit745b336f730a44982185b9218413f29352d55246 (patch)
treebece2f4f19ce54139b70dd29221b55d0d4e535de /Build/source/texk/texlive/linked_scripts/svn-multi
parent82e45746ba7c21a9b375025bcac04c5ab066cce1 (diff)
update linked scripts Master -> Build
git-svn-id: svn://tug.org/texlive/trunk@21563 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/texlive/linked_scripts/svn-multi')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/svn-multi/svn-multi.pl14
1 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/svn-multi/svn-multi.pl b/Build/source/texk/texlive/linked_scripts/svn-multi/svn-multi.pl
index b98168f7dcc..4dcc32498eb 100755
--- a/Build/source/texk/texlive/linked_scripts/svn-multi/svn-multi.pl
+++ b/Build/source/texk/texlive/linked_scripts/svn-multi/svn-multi.pl
@@ -6,9 +6,9 @@
#
# Copyright (C) 2006-2009 Martin Scharrer
# E-mail: martin@scharrer-online.de
-# WWW: http://www.scharrer-online.de/latex/svn-multi/
+# WWW: http://latex.scharrer-online.de/svn-multi/
#
-# $Id: svn-multi-pl.dtx 692 2009-03-27 21:38:45Z 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 692 2009-03-27 21:38:45Z 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 '<jobname>.svn' for files declared by the '\svnextern' macro but
+ scan the file '<jobname>.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 '<jobname>.svx'.