summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-03-26 20:23:52 +0000
committerKarl Berry <karl@freefriends.org>2009-03-26 20:23:52 +0000
commitf8cb44bb3ade5fd393c1006101c81fb35e5eeb17 (patch)
tree17ea9520af628f1207d99850176d5a5aaaa7a1c2 /Master/tlpkg
parent0bf974abd2b59043cda7dbc9eebc97ff12da391d (diff)
svn-multi needs interaction
git-svn-id: svn://tug.org/texlive/trunk@12524 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds15
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index a4fc62ea882..ce94be0a6a1 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -221,6 +221,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'gene', "die 'skipping, complicated, some have sources, sorry'",
'genmisc', "die 'too complicated, sorry'",
'geomsty', "die 'skipping, nonfree license'",
+ 'georgian', "die 'skipping, babel and other naming problems'",
'germbib', "&MAKEgermbib",
'gfsartemisia',"&MAKEflatten",
'gfsbaskerville',"&MAKEflatten",
@@ -290,7 +291,8 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'ltxbase', "&MAKEbase",
'ltxmisc', "die 'skipping, too complicated, sorry'",
'lxfonts', "&MAKEcopy",
- 'lucida', "&MAKElucida",
+ 'lucida', "die 'skipping, nonfree font'",
+ 'lucidabr', "die 'skipping, nonfree font'",
'makebarcode', "&MAKEcopy",
'makecell', "&MAKEnosymlinks",
'makedtx', "&MAKEflatten",
@@ -1104,11 +1106,12 @@ $standarddocfmt='latex';
$standardins='\.ins';
%specialinsrunner = (
- 'bullcntr', 'latex', # requires interaction
- 'ctable', 'latex', # requires interaction
- 'geometry', 'tex',
- 'polski', 'latex', # requires interaction
- 'psfragx', 'latex', # requires interaction
+ 'bullcntr' => 'latex', # requires interaction
+ 'ctable' => 'latex', # requires interaction
+ 'geometry' => 'tex',
+ 'polski' => 'latex', # requires interaction
+ 'psfragx' => 'latex', # requires interaction
+ 'svn-multi' => 'latex', # interaction for .pl
);
$standardinsrunner="latex -interaction=nonstopmode";