diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-09 16:53:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-09 16:53:49 +0000 |
commit | 82a500d46e877032f6a2e5d14b4cd0072aa23ff4 (patch) | |
tree | 545a19f05983bb35c30233d1abeafa115b8f540c /Master/tlpkg/bin | |
parent | a253f34adc2df164384bd0c82045e2b4addc5f4b (diff) |
missed old plain package timetable (cfrees 8 Sep 2008 01:26:16)
git-svn-id: svn://tug.org/texlive/trunk@10519 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index bfe3260be8d..d04357ddfea 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -979,6 +979,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|\.cmap|\.4ht$'; 'taylor', 'diagrams.tex', 'texsis', '\.txs|TXS.*tex|texsis.tex', 'ticket', '\.tdf|' . $standardtex, + 'timetable', '\.tex', 'tools', '\.cfg|\.sty|\.clo|\.cls|\.def|\.fd$|.?\.tex|^\.tex$', 'translator', '\.dict|translator-language-mappings.tex|' . $standardtex, 'tugboat-plain','\.cmn|' . $standardtex, @@ -1279,6 +1280,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'mathexam' => 'sample.tex~', 'notes2bib' => "$standardclean|jawltxdoc.sty", # temp file for doc 'rsc' => "$standardclean|jawltxdoc.sty", # temp file for doc + 'timetable' => "timetable.tex.sign", ); # if a hash entry is specified here, README.TEXLIVE is created mentioning diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 6a1c760330e..63d13ad915e 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -206,7 +206,7 @@ my @WorkingTLP = qw( textcase textfit textopo textpath textpos theoremref thesis-titlepage-fhac thinsp thmtools thumb thumbpdf thuthesis ticket tikz-inet - titlefoot titlesec + timetable titlefoot titlesec titling tocbibind tocloft todo todonotes tokenizer toolbox tools toptesi totpages tracking diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index a685fdd4afa..531ccc3d33d 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -77,6 +77,7 @@ sub find_ctan_dir "macros/latex/exptl/$me", # semioneside "macros/latex/required/$me", # babel "macros/plain/$me", # plnfss + "macros/plain/contrib/$me", # timetable "macros/context/contrib/$me", # context "macros/xetex/latex/$me", # xetex "macros/xetex/generic/$me", # harvardkyoto |