diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-04-16 11:53:32 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-04-16 11:53:32 +0000 |
commit | bbeb58720c29446f6efda84605087fd206359e54 (patch) | |
tree | 393ff8b869b67267d9b8c5680c65a48d5071d0e4 /Master/texmf-dist | |
parent | c24582cc7fc0a1c74d9e07dc9b10714cada4036e (diff) |
latex-tds update
git-svn-id: svn://tug.org/texlive/trunk@7453 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/source/latex/latex-tds/build.pl | 13 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/latex-tds/readme.txt | 17 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/latex-tds/tex/tools.tex | 4 |
3 files changed, 20 insertions, 14 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'; diff --git a/Master/texmf-dist/source/latex/latex-tds/readme.txt b/Master/texmf-dist/source/latex/latex-tds/readme.txt index f22e22e5e5c..f4110ebe195 100644 --- a/Master/texmf-dist/source/latex/latex-tds/readme.txt +++ b/Master/texmf-dist/source/latex/latex-tds/readme.txt @@ -1,4 +1,4 @@ -readme.txt for project latex-tds, 2008/04/01 +readme.txt for project latex-tds, 2008/04/05 TABLE OF CONTENTS ================= @@ -87,17 +87,17 @@ The following files can be downloaded: * readme.txt (this file) * The module distribution files, see the module list above for the available modules, e.g: - base.zip - tools.zip + base.tds.zip + tools.tds.zip ... * The sources, mainly the build script, configuration and driver files, and patches: - source.zip + source.tds.zip Some of the used tools are not provided, see section `Building Hints'. * And the universe, the contents of all the ZIP files above, merged together: - latex-tds.zip + latex-tds.tds.zip It is possible that some or all ZIP archive files are also available in the install subtree, then possible locations could be: @@ -162,7 +162,7 @@ Hints D. COPYRIGHT, LICENSE ===================== -Copyright 2006, 2007 Heiko Oberdiek. +Copyright 2006-2008 Heiko Oberdiek. License is LPPL 1.3c: @@ -423,3 +423,8 @@ I. HISTORY * Update of amsrefs (TDS:tex/latex/amscls -> TDS:tex/latex/amsrefs). 2008/04/01 * Update of babel (2007/03/17). +2008/04/02 + * Fix: latex/base/*.err added to TDS:source/latex/base/. +2008/04/05 + * Using .tds.zip instead of .zip to follow CTAN:install's naming + conventions. diff --git a/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex b/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex index 05676bf694a..7a596998c4b 100644 --- a/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex +++ b/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex @@ -1,7 +1,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesFile{tools.tex}% - [2008/04/01 Tools overview (HO)] -% Copyright 2006, 2007 Heiko Oberdiek + [2008/04/05 Tools overview (HO)] +% Copyright 2006-2008 Heiko Oberdiek % % This file is part of project `latex-tds'. % |