diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index bc789edfe1b..79dea2effb3 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -433,6 +433,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'garamond', "die 'skipping, nonfree font'", 'garamondx', "die 'skipping, nonfree font'", 'garuda-c90', "&MAKEgaruda_c90", + 'georgian', "die 'skipping, bitstream font licensing missing, complicated'", 'geschichtsfrkl', "&MAKEflatten", 'gene', "die 'skipping, complicated, some have sources, sorry'", 'genmisc', "die 'skipping, too complicated, sorry'", @@ -5207,7 +5208,10 @@ sub POSTmptopdf { &xchdir ("$DEST/scripts/context/$pkg_subdir"); my $exec = "mptopdf.pl"; &bindirs_symlink ($exec); - &build_scripts_copy ($exec, $pkg_subdir); + # peb doesn't want a linked_scripts/mptopdf. + # not sure if the copy under linked_scripts/context/ will get updated + # (with a context update); doubt it. + #&build_scripts_copy ($exec, $pkg_subdir); # # but for windows, use our wrapper rather than ConTeXt's, # since the whole point is to have mptopdf available without ConTeXt. |