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.pl13
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/latex-tds/build.pl b/Master/texmf-dist/source/latex/latex-tds/build.pl
index 1999ce282ff..bb9a6d245f5 100755
--- a/Master/texmf-dist/source/latex/latex-tds/build.pl
+++ b/Master/texmf-dist/source/latex/latex-tds/build.pl
@@ -4,10 +4,10 @@ $^W=1;
my $prj = 'latex-tds';
my $file = 'build.pl';
-my $version = cvs('$Revision: 1.115 $');
-my $date = cvs('$Date: 2008/04/01 19:17:01 $');
+my $version = cvs('$Revision: 1.118 $');
+my $date = cvs('$Date: 2008/04/05 12:21:21 $');
my $author = 'Heiko Oberdiek';
-my $copyright = "Copyright 2006, 2007 $author";
+my $copyright = "Copyright 2006-2008 $author";
chomp(my $license = <<"END_LICENSE");
% $copyright
%
@@ -316,11 +316,12 @@ section('Install source');
*.dtx
*.fdd
*.ins
+ *.err
*guide.tex
ltnews*.tex
- source2e.tex
ltx3info.tex
latexbug.el
+ source2e.tex
];
install_source 'tools', qw[
*.dtx
@@ -1103,7 +1104,7 @@ section('Distrib');
for my $pkg (@list_modules) {
my $dir_tds = "$dir_build/$pkg/texmf";
- my $file_distrib = "$cwd/$dir_distrib/$pkg.zip";
+ my $file_distrib = "$cwd/$dir_distrib/$pkg.tds.zip";
if (-d $dir_tds) {
run_zip($file_distrib, $dir_tds);
}
@@ -1117,7 +1118,7 @@ section('Distrib');
section('Result');
{
for my $pkg (@list_modules) {
- my $file = "$dir_distrib/$pkg.zip";
+ my $file = "$dir_distrib/$pkg.tds.zip";
if (-f $file) {
system("$prg_ls -l $file");
system("$prg_ls -l $dir_distrib/readme.txt")if $pkg eq 'source';