diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-15 00:46:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-15 00:46:16 +0000 |
commit | 310879a3c5868a81753450c3ca110fa3e1515d38 (patch) | |
tree | 7e5443f08778be818dd05fba3f0e97d581b0d5ca /Master/tlpkg/bin/ctan2tds | |
parent | c4a7e2faa4c3a6950b476ee6b0a3bda624b4a78a (diff) |
latex2e-help-texinfo update, unofficial latex reference manual; remove old instances; .info install done by hand
git-svn-id: svn://tug.org/texlive/trunk@8743 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 958ec518007..966f6d2faf2 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -474,6 +474,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|configure.*|install-sh|\.drv'; 'fpl', "$standardsource|Add|\.sfd|\.pe|\.ps", 'hyphenex', ".*", 'impatient', 'NULL', # doc package + 'latex2e-help-texinfo','NULL', # doc package 'mpman-ru', 'NULL', # doc package 'patch', '\.doc', 'pgfplots', 'NULL', # keep manual.install.tex in doc/ @@ -1138,7 +1139,7 @@ $standardafm='\.afm'; $standardpfm='\.pfm'; %specialpfm= (); -$standardpfb = '\.pfb|\.inf'; +$standardpfb = '\.pfb|\.inf$'; %specialpfb = ( 'dviincl' => 'NULL', # skip 0dviincl.inf, is a README ); @@ -1194,6 +1195,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'a2ping' => 'README', # not worth whole separate doc subdir 'acmconf' => "$standardclean|flushend.sty", # dup with sttools 'gentle' => 'gentle.ps.gz', # pdf is enough + 'latex2e-help-texinfo' => '\.info', # must move .info by hand,sigh 'lshort-spanish'=>'lshort-a5book.pdf', # a4 is enough 'mathexam' => 'sample.tex~', 'mh' => "$standardclean|.*\.(drv|ins)", # dtx-derived @@ -1564,7 +1566,8 @@ sub dobib } # source files: -sub dosource{ +sub dosource +{ $sourceformat = $specialsourcefmt{$package} || $standardsourcefmt; # default to using specialdocfmt, as we do in setup? $sourcepatt = $specialsource{$package} || $standardsource; @@ -1572,7 +1575,8 @@ sub dosource{ } -sub doomega{ +sub doomega +{ $ovfpatt = $specialovf{$package}; if ($ovfpatt eq "") { $ovfpatt=$standardovf; } &install("$DEST/fonts/ovf/public/$package",$ovfpatt); |