diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-08 12:36:04 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-08 12:36:04 +0000 |
commit | 95469a6860fde8bb7598f4b425d701d0302992b9 (patch) | |
tree | 3ac78e0adaab991704abadbfbbe193e668faf3f7 /Master/texmf-dist/source/latex/latex-tds/build.pl | |
parent | 2afb7e504fce983f3c0427d8cb31458dd27cb049 (diff) |
latex-tds v1.222 2008/07/07
git-svn-id: svn://tug.org/texlive/trunk@9359 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/latex-tds/build.pl')
-rwxr-xr-x | Master/texmf-dist/source/latex/latex-tds/build.pl | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/latex-tds/build.pl b/Master/texmf-dist/source/latex/latex-tds/build.pl index 113cd5d1029..8b3f6d8c52d 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.119 $'); -my $date = cvs('$Date: 2008/06/28 10:17:38 $'); +my $version = cvs('$Revision: 1.122 $'); +my $date = cvs('$Date: 2008/07/07 10:59:07 $'); my $author = 'Heiko Oberdiek'; my $copyright = "Copyright 2006-2008 $author"; chomp(my $license = <<"END_LICENSE"); @@ -284,15 +284,10 @@ section('Patches'); chdir $cwd; } - if ($modules{'babel'}) { - map { patch("babel/$_"); } qw[ - babel.dtx - danish.dtx - galician.dtx - latin.dtx - spanish.dtx - ]; - } +# if ($modules{'babel'}) { +# map { patch("babel/$_"); } qw[ +# ]; +# } } ### Install TDS/source |