diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-29 18:32:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-29 18:32:35 +0000 |
commit | efdd5f54cb3a21bdbdcfee2bc039ceb50eda176c (patch) | |
tree | 1ac8e7790c25826fe4d8d92a59971e2d4769d2dd /Master | |
parent | 97246975ae30aea2424e14875b2b93332b80fb0b (diff) |
stubs non-update
git-svn-id: svn://tug.org/texlive/trunk@16237 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/stubs/README.TEXLIVE | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/stubs/README.TEXLIVE b/Master/texmf-dist/doc/latex/stubs/README.TEXLIVE index 22d79f4588b..071670ca7b9 100644 --- a/Master/texmf-dist/doc/latex/stubs/README.TEXLIVE +++ b/Master/texmf-dist/doc/latex/stubs/README.TEXLIVE @@ -1,6 +1,6 @@ The following files have been removed in the TeX Live installation of the current package, typically due to duplication, lack of space, or missing source code. You can find these files on CTAN. If questions or -concerns, email tex-live.org. +concerns, email tex-live@tug.org. stubs.pdf diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 8bc1b7fe6da..f91fdcbbc28 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -187,7 +187,7 @@ my @WorkingTLP = qw( ordinalpt orkhun othello outline pagecont pagenote pagerange paper papercdcase papertex parallel paresse parrun passivetex - patch pauldoc pax pbox pb-diagram + patch patchcmd pauldoc pax pbox pb-diagram pdf-forms-tutorial-de pdf-forms-tutorial-en pdf-trans pdfcomment pdfcprot pdfcrop pdfmarginpar pdfpages pdfscreen pdfslide pdfsync pdftex-def pdftricks pdfx diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index cac7396b9b5..1bc0b8f05ad 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -530,6 +530,7 @@ $Master = "$mydir/../.."; 'rsfs', "&MAKEflatten", 'rst', "die 'skipping, nonfree license'", 'sae', "die 'skipping, nosell'", + 'schedule', "die 'skipping, noinfo, too old to matter'", 'scripttex', "die 'skipping, nosell'", 'seminar', "&MAKEseminar", 'shipunov', "&MAKEcopy", @@ -1237,9 +1238,11 @@ $standardins='\.ins'; 'extpfeil' => 'latex', # requires interaction 'geometry' => 'tex', 'graphics-pln' => "env TEXINPUTS=$Master/texmf-dist/source/latex/base: latex", + 'labelcas' => 'latex', # requires interaction 'pauldoc' => 'latex', # requires interaction 'polski' => 'latex', # requires interaction 'psfragx' => 'latex', # requires interaction + 'schedule' => 'latex', # requires interaction 'svn-multi' => 'latex', # interaction for .pl 'todonotes' => 'latex', # requires interaction 'xecjk' => 'xecjk-xelatex', @@ -1294,6 +1297,7 @@ $standardmp = '\.mp$'; 'latexmp', 'latexmp.mp', 'mpattern', 'mpattern.mp', # don't install test.mp 'mpman-ru', 'NULL', # doc package + 'pdfslide', 'NULL', # no meta.mp 'polski', 'NULL', # no sample-*.mp 'semioneside', 'NULL', # don't install figure*.mp 'textpath', 'textpath.mp', # don't install textpathfigs.mp |