diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-17 22:54:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-17 22:54:04 +0000 |
commit | 21c3c78f8f34b3eb25f7594895118e1ebe3d7065 (patch) | |
tree | 79acd5cb70f1bf39f7608122d19a614e4398e110 /Master/tlpkg/bin/check-files-by-format | |
parent | efb654772d579ae9a7bf556204985a761a38aaf6 (diff) |
texworks font path changes
git-svn-id: svn://tug.org/texlive/trunk@36897 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-files-by-format')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index c3fa163565e..396bbe1f787 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -161,7 +161,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'wadalab/dmj/' => 1, 'wadalab/mcj/' => 1, 'wadalab/mrj/' => 1, - 'tlpkg/texworks/share/fonts/type1/gsfonts/' => 1, # these come from gs + 'tlpkg/texworks/share/fonts/' => 1, # these come from gs }; |