diff options
author | Norbert Preining <preining@logic.at> | 2017-01-14 06:02:20 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-01-14 06:02:20 +0000 |
commit | 5b0a77f5329a054c979dd56d5fba1d4b83122729 (patch) | |
tree | 609745442d4483897f936c51f4e2d199625a1009 /Master/tlpkg/libexec | |
parent | 9ad0a855dc68374f2bac86f090a1b188a8f8879c (diff) |
update ctan2tds for new package name ptex-fontmaps
git-svn-id: svn://tug.org/texlive/trunk@42947 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 5b630a1d8b5..9e5b275a91e 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1297,7 +1297,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'isodoc' => '&POSTisodoc', 'impatient' => '&POSTimpatient', 'interactiveworkbook' => '&POSTinteractiveworkbook', - 'jfontmaps' => '&POSTjfontmaps', 'knitting' => '&POSTknitting', 'knuth' => '&POSTknuth', 'knuth-lib' => '&POSTknuth_lib', @@ -1334,6 +1333,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'prerex' => '&POSTprerex', 'pst-cox' => '&POSTpstcox', 'pst-geo' => '&POSTpstgeo', + 'ptex-fontmaps' => '&POSTptex_fontmaps', 'pxbase' => '&POSTpxbase', 'pxchfon' => '&POSTpxchfon', 'recipebook' => '&POST_rmsymlink', @@ -1975,7 +1975,6 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)' 'japanese', 'platex', 'japanese-otf', 'fonts', 'japanese-otf-uptex', 'fonts', - 'jfontmaps', 'fonts', 'junicode', 'fonts', 'kixfont', 'fonts', 'knitting', 'fonts', @@ -2036,6 +2035,7 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)' 'pmx', 'generic', 'pst-cox', 'generic', 'ptex-base', 'ptex', + 'ptex-fontmaps', 'fonts', 'purifyeps', 'support', 'pxfonts', 'fonts', 'pxbase', 'platex', @@ -5785,7 +5785,7 @@ sub POSTinteractiveworkbook { &SYSTEM ("rmdir interactiveworkbook.sty"); } -sub POSTjfontmaps { +sub POSTptex_fontmaps { print "POST$package - move directories around\n"; # dir "src" content -> run files # dir "no_runtime" content -> source files |