diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-10 20:46:51 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-10 20:46:51 +0000 |
commit | 05fa5316b8385516f9917869f0d330156465b403 (patch) | |
tree | a228cc4b9c98e177097d2959248a464a1781650a /Master/tlpkg/bin | |
parent | e0859446925f30188ce458627f14e0924cad07df (diff) |
listings updte 10Jun08
git-svn-id: svn://tug.org/texlive/trunk@8662 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 11 |
1 files changed, 0 insertions, 11 deletions
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 { |