summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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";