summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-10-12 17:42:05 +0000
committerKarl Berry <karl@freefriends.org>2008-10-12 17:42:05 +0000
commitf2059103fc4f1298d6b022b3c5897b583d8ae3ee (patch)
treeae2a27fade29654326ee0d688d81b1fe0bb003cb /Master/tlpkg/bin/ctan2tds
parent7800349461c795f293e70e58022fcad1055fbf9e (diff)
rm ot2cyr, support for nonfree fonts only; regular wn* support is in standard latex
git-svn-id: svn://tug.org/texlive/trunk@10938 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds36
1 files changed, 8 insertions, 28 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 1ecbc2ad06e..8dc3b8a134a 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -306,7 +306,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'ofs', "&MAKEflatten",
'omegajapanese',"&MAKEflatten",
'osa', "die 'skipping, relies on endfloat.cfg and non-unique filenames'",
- 'ot2cyr', "&MAKEot2cyr",
+ 'ot2cyr', "die 'skipping, nonfree font support",
'otibet', "&MAKEflatten",
'oxford', "die 'skipping, nosell license'",
'pandora', "&MAKEflatten",
@@ -515,7 +515,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
$standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|configure.*|install-sh|\.drv';
%specialsource= (
'FAQ-en', 'NULL',
- 'ae', "$standardsource|\.mtx|\.etx|\.tex|clean|go|install|makepl",
+ 'ae', '\.mtx|\.etx|\.tex|clean|go|install|makepl',
'amsldoc-vn', 'NULL',
'apl', ".*", # just get everything, seems simplest
'arabxetex', 'NULL', # keep dtx with others, why not
@@ -525,17 +525,18 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|configure.*|install-sh|\.drv';
'epsf', 'NULL',
'epslatex-fr', 'NULL',
'eskdx', 'NULL', # do not move makefiles
- 'feynmf', "$standardsource|feynmf\.pl",
+ 'feynmf', 'feynmf\.pl' . $standardsource,
'mff', '\.mfj|\.bat|\.diz',
- 'fpl', "$standardsource|Add|\.sfd|\.pe|\.ps",
+ 'fpl', 'Add|\.sfd|\.pe|\.ps' . $standardsource,
'hyphenex', ".*",
'impatient', 'NULL', # doc package
'intro-scientific', 'NULL', # doc package
'latex2e-help-texinfo','NULL', # doc package
'mpman-ru', 'NULL', # doc package
+ 'ot2cyr', '\.afm|\.etx|' . $standardsource,
'patch', '\.doc',
'pgfplots', 'NULL', # keep manual.install.tex in doc/
- 'rcs', "$standardsource|rcs.el|src",
+ 'rcs', 'rcs.el|src|' . $standardsource,
);
%specialfoundry = (
@@ -1055,7 +1056,6 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'minutes', 'Sample.tex',
'ofs', 'ofsdoc-e\.tex|ofsdoc\.tex|ofs-slt\.tex',
'ogonek', 'togonek\.ltx|\.tex',
- 'ot2cyr', 'OT2.*tex',
'othello', 'othello\.tex',
'paper', 'paper.drv',
'parrun', 'parrun.dtx',
@@ -2476,28 +2476,8 @@ sub MAKEchangebar {
&donormal;
}
-sub MAKEot2cyr {
- &setup;
- chdir("$DEST/doc/$whichdocformat/$package");
- &buildfilelist;
- &dodvi;
- &buildfilelist;
- &dotex;
- &domakeindex;
- &dosource;
- &SYSTEM("mkdir -p $DEST/fonts/afm/monotype/timescyr");
- &SYSTEM("$MV mnt*.afm $DEST/fonts/afm/monotype/timescyr");
- &SYSTEM("mkdir -p $DEST/fonts/tfm/monotype/timescyr");
- &SYSTEM("$MV mnt*.tfm $DEST/fonts/tfm/monotype/timescyr");
- &SYSTEM("mkdir -p $DEST/fonts/vf/monotype/timescyr");
- &SYSTEM("$MV mnt*.vf $DEST/fonts/vf/monotype/timescyr");
- &SYSTEM("mkdir -p $DEST/fonts/tfm/bh/luccyr");
- &SYSTEM("$MV hl*.tfm ls*.tfm $DEST/fonts/tfm/bh/luccyr");
- &SYSTEM("mkdir -p $DEST/fonts/vf/bh/luccyr");
- &SYSTEM("$MV hl*.vf $DEST/fonts/vf/bh/luccyr");
- killfiles($standardclean);
-}
-sub MAKEsiam {
+sub MAKEsiam
+{
&setup;
chdir("$DEST/doc/$whichdocformat/$package");
&buildfilelist;