diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-04 23:05:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-04 23:05:16 +0000 |
commit | 90561dbec0fcb33dc7607338973c174774a32aba (patch) | |
tree | c30a0b0c035d2e8a62f14f0dd372ed7461f4b71c /Master/tlpkg | |
parent | a720b5b8835a3527a1454d218a856e45643611d5 (diff) |
apnum (4jan15)
git-svn-id: svn://tug.org/texlive/trunk@35958 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index d706bc4e42c..1110e4a02d2 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -777,7 +777,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'philosophers-imprint', "die 'skipping, use philosophersimprint'", 'phonetic', "&MAKEphonetic", 'physe', "die 'skipping, noinfo license, c.1992 plain format for physics'", - 'physymb'm "die 'skipping, obsolete per author requests", + 'physymb', "die 'skipping, obsolete per author requests", 'phyzzx', "die 'skipping, noinfo license, c.1988 plain format for physics'", 'pictex', "&MAKEflatten", 'pictex-autoarea',"die 'skipping, use autoarea", @@ -2724,6 +2724,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'gfsdidot' => '.pdf', # no source 'gfsneohellenic'=> '.pdf', # no source 'jknapltx' => 'ubbold.fd', # clash bbold's Ubbold.fd; sauter bbold fails + 'latexmk' => '(sweave_|tex4ht-)latexmkrc', # case-folding clash 'numericplots' => '.*\.m', # matlab 'oinuit' => 'cmssbxo10.tfm', # should not be here 'parnotes' => 'PNmanual.pdf', # no source |