summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-06-10 20:46:51 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-06-10 20:46:51 +0000
commit05fa5316b8385516f9917869f0d330156465b403 (patch)
treea228cc4b9c98e177097d2959248a464a1781650a
parente0859446925f30188ce458627f14e0924cad07df (diff)
listings updte 10Jun08
git-svn-id: svn://tug.org/texlive/trunk@8662 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/source/latex/listings/listings.dtx4
-rw-r--r--Master/texmf-dist/source/latex/listings/lstdrvrs.dtx2
-rw-r--r--Master/texmf-dist/tex/latex/listings/listings.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/listings/listings.sty4
-rw-r--r--Master/texmf-dist/tex/latex/listings/lstdoc.sty4
-rw-r--r--Master/texmf-dist/tex/latex/listings/lstmisc.sty4
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds11
7 files changed, 10 insertions, 21 deletions
diff --git a/Master/texmf-dist/source/latex/listings/listings.dtx b/Master/texmf-dist/source/latex/listings/listings.dtx
index 667ac65bded..1b4baeb34a1 100644
--- a/Master/texmf-dist/source/latex/listings/listings.dtx
+++ b/Master/texmf-dist/source/latex/listings/listings.dtx
@@ -5657,8 +5657,8 @@
% \paragraph{Identification}
% All files will have same date and version.
% \begin{macrocode}
-\def\filedate{2004/09/07}
-\def\fileversion{1.3}
+\def\filedate{2007/02/22}
+\def\fileversion{1.4}
% \end{macrocode}
% What we need and who we are.
% \begin{macrocode}
diff --git a/Master/texmf-dist/source/latex/listings/lstdrvrs.dtx b/Master/texmf-dist/source/latex/listings/lstdrvrs.dtx
index fbee3980ec5..e33c20de561 100644
--- a/Master/texmf-dist/source/latex/listings/lstdrvrs.dtx
+++ b/Master/texmf-dist/source/latex/listings/lstdrvrs.dtx
@@ -97,7 +97,7 @@
% \endgroup
% We mainly define default dialects.
% \begin{macrocode}
-\ProvidesFile{listings.cfg}[2004/09/05 1.3 listings configuration]
+\ProvidesFile{listings.cfg}[2007/02/22 1.4 listings configuration]
\def\lstlanguagefiles
{lstlang0.sty,lstlang1.sty,lstlang2.sty,lstlang3.sty}
\lstset{defaultdialect=[R/3 6.10]ABAP,
diff --git a/Master/texmf-dist/tex/latex/listings/listings.cfg b/Master/texmf-dist/tex/latex/listings/listings.cfg
index 18f2e6ead31..7302e149c5b 100644
--- a/Master/texmf-dist/tex/latex/listings/listings.cfg
+++ b/Master/texmf-dist/tex/latex/listings/listings.cfg
@@ -20,7 +20,7 @@
%% Send comments and ideas on the package, error reports and additional
%% programming languages to Brooks Moses at <bmoses@dpdx.net>.
%%
-\ProvidesFile{listings.cfg}[2004/09/05 1.3 listings configuration]
+\ProvidesFile{listings.cfg}[2007/02/22 1.4 listings configuration]
\def\lstlanguagefiles
{lstlang0.sty,lstlang1.sty,lstlang2.sty,lstlang3.sty}
\lstset{defaultdialect=[R/3 6.10]ABAP,
diff --git a/Master/texmf-dist/tex/latex/listings/listings.sty b/Master/texmf-dist/tex/latex/listings/listings.sty
index ccde8611888..08c19ceb959 100644
--- a/Master/texmf-dist/tex/latex/listings/listings.sty
+++ b/Master/texmf-dist/tex/latex/listings/listings.sty
@@ -15,8 +15,8 @@
%% Send comments and ideas on the package, error reports and additional
%% programming languages to <bmoses@dpdx.net>.
%%
-\def\filedate{2004/09/07}
-\def\fileversion{1.3}
+\def\filedate{2007/02/22}
+\def\fileversion{1.4}
\NeedsTeXFormat{LaTeX2e}
\AtEndOfPackage{\ProvidesPackage{listings}
[\filedate\space\fileversion\space(Carsten Heinz)]}
diff --git a/Master/texmf-dist/tex/latex/listings/lstdoc.sty b/Master/texmf-dist/tex/latex/listings/lstdoc.sty
index 62987896859..d97513f5991 100644
--- a/Master/texmf-dist/tex/latex/listings/lstdoc.sty
+++ b/Master/texmf-dist/tex/latex/listings/lstdoc.sty
@@ -15,8 +15,8 @@
%% Send comments and ideas on the package, error reports and additional
%% programming languages to <bmoses@dpdx.net>.
%%
-\def\filedate{2004/09/07}
-\def\fileversion{1.3}
+\def\filedate{2007/02/22}
+\def\fileversion{1.4}
\ProvidesPackage{lstdoc}
[\filedate\space\fileversion\space(Carsten Heinz)]
\let\lstdoc@currversion\fileversion
diff --git a/Master/texmf-dist/tex/latex/listings/lstmisc.sty b/Master/texmf-dist/tex/latex/listings/lstmisc.sty
index 2d2a6435163..d76fd44e845 100644
--- a/Master/texmf-dist/tex/latex/listings/lstmisc.sty
+++ b/Master/texmf-dist/tex/latex/listings/lstmisc.sty
@@ -15,8 +15,8 @@
%% Send comments and ideas on the package, error reports and additional
%% programming languages to <bmoses@dpdx.net>.
%%
-\def\filedate{2004/09/07}
-\def\fileversion{1.3}
+\def\filedate{2007/02/22}
+\def\fileversion{1.4}
\ProvidesFile{lstmisc.sty}
[\filedate\space\fileversion\space(Carsten Heinz)]
\lst@CheckVersion\fileversion
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index f77d5f0bcda..a37640c2764 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -211,7 +211,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'lifia-th', "die 'skipping, '",
'linearA', "&MAKEflatten",
"lineno", "&MAKEnosymlinks",
- 'listings', "&MAKElistings",
'literat', "&MAKEliterat",
'lm', "&MAKEcopy",
'lms', "die 'skipping, nonfree license'",
@@ -3082,16 +3081,6 @@ sub MAKEpictex {
&donormal;
}
-
-sub MAKElistings {
- &setup;
- chdir("$DEST/doc/$whichdocformat/$package");
- &setup;
- chdir("$DEST/doc/$whichdocformat/$package");
- &SYSTEM("$MV listings*pdf listings.pdf");
- &donormal;
-}
-
sub POSTfpl
{