diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-20 22:00:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-20 22:00:42 +0000 |
commit | 8db754efe5c2736dfbd92d0fe891c6cc89e4071d (patch) | |
tree | 6926e0fe5cfe18b686a96e3b3b669ae92a9395e6 /Master/tlpkg | |
parent | bdbcafd18250921f65d0dad8c2a0418ca9b1ee07 (diff) |
pstricks (20may14)
git-svn-id: svn://tug.org/texlive/trunk@34155 c570f23f-e606-0410-a88d-b1316a301751
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. |