diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 6be0cb50a8f..c11c9b74fef 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -434,6 +434,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|\.drv'; 'epsf', 'NULL', 'epslatex-fr', 'NULL', 'eskdx', 'NULL', # do not move makefiles + 'kpfonts', 'kpfonts-(afm|fontinst).zip', 'mff', '\.mfj|\.bat|\.diz', 'fpl', "$standardsource|Add|\.sfd|\.pe|\.ps", 'hyphenex', ".*", @@ -1202,6 +1203,7 @@ $standardxmt='\.xmt'; $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' . '|\.bbl|\.blg|\.idx|\.ind|\.ilg|\.glo|\.gls|\.loa'; %specialclean = ( + 'kpfonts' => 'kpfonts.tds.zip', 'mathexam' => 'sample.tex~', 'mh' => "$standardclean|.*\.(drv|ins)", # derived from dtx's ); |