summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/latex-tds/build.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/latex-tds/build.pl')
-rwxr-xr-xMaster/texmf-dist/source/latex/latex-tds/build.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/latex-tds/build.pl b/Master/texmf-dist/source/latex/latex-tds/build.pl
index bb9a6d245f5..113cd5d1029 100755
--- a/Master/texmf-dist/source/latex/latex-tds/build.pl
+++ b/Master/texmf-dist/source/latex/latex-tds/build.pl
@@ -4,8 +4,8 @@ $^W=1;
my $prj = 'latex-tds';
my $file = 'build.pl';
-my $version = cvs('$Revision: 1.118 $');
-my $date = cvs('$Date: 2008/04/05 12:21:21 $');
+my $version = cvs('$Revision: 1.119 $');
+my $date = cvs('$Date: 2008/06/28 10:17:38 $');
my $author = 'Heiko Oberdiek';
my $copyright = "Copyright 2006-2008 $author";
chomp(my $license = <<"END_LICENSE");
@@ -287,9 +287,10 @@ section('Patches');
if ($modules{'babel'}) {
map { patch("babel/$_"); } qw[
babel.dtx
- galician.dtx
danish.dtx
+ galician.dtx
latin.dtx
+ spanish.dtx
];
}
}