diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 59aaa5f180f..3aadfaed69a 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -801,6 +801,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'opensans', "&MAKEcopy", 'otibet', "&MAKEflatten", 'oxford', "die 'skipping, nosell license'", + 'padauk', "&MAKEflatten", 'pageframe', "die 'skipping, noinfo license'", 'pageno', "die 'skipping, nosell license'", 'pagesLTS', "die 'skipping, use pageslts'", @@ -2948,6 +2949,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'latexmk' => '(sweave_|tex4ht-)latexmkrc', # case-folding clash 'numericplots' => '.*\.m', # matlab 'oinuit' => 'cmssbxo10.tfm', # should not be here + 'padauk' => '\.pdf$', # no source 'pas-cours' => '\.pdf$', # no source 'pas-tableur' => '\.pdf$', # no source 'piechartmp' => 'piechartmp.pdf', # no source |