summaryrefslogtreecommitdiff
path: root/Build/tools/Tpm.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-11-18 23:11:00 +0000
committerKarl Berry <karl@freefriends.org>2006-11-18 23:11:00 +0000
commita238dfef9970b53a880759b4134d4dc7bfcc38c1 (patch)
tree8efd6fba676f7822dba70aefea20426db2ec98f3 /Build/tools/Tpm.pm
parent9fcca1e333e5a835cb8385d6c087647c05b60c12 (diff)
(fonttypes): add pfm, for context. get all
context doc. git-svn-id: svn://tug.org/texlive/trunk@2457 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools/Tpm.pm')
-rw-r--r--Build/tools/Tpm.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/tools/Tpm.pm b/Build/tools/Tpm.pm
index 8aad12d646c..26a8d5037e2 100644
--- a/Build/tools/Tpm.pm
+++ b/Build/tools/Tpm.pm
@@ -130,7 +130,7 @@ my @formats = (
# Kind of font files
my @fonttypes = (
"afm", "misc", "ofm", "opentype", "ovf", "ovp", "pfb",
- "pk", "sfd", "source", "tfm", "truetype", "type1", "vf"
+ "pfm", "pk", "sfd", "source", "tfm", "truetype", "type1", "vf"
);
# Font vendors
my @vendors = (
@@ -1261,6 +1261,10 @@ sub buildPatternsPackage {
( $texmf . "/fonts/map/${name}/base/*", $texmf . "/fonts/map/${name}/config/*",
$texmf . "/fonts/enc/${name}/base/*", $texmf . "/fonts/enc/${name}/config/*" );
+ # exception for context, since everything belongs to context.tpm.
+ } elsif (${name} eq 'context') {
+ push (@doc_patterns, "$texmf/doc/context/*");
+
# Exception for metapost !
} elsif (${name} eq 'metapost') {
push @run_patterns, $texmf . "/metapost/support/*";
@@ -1305,12 +1309,8 @@ sub buildPatternsPackage {
push @source_patterns, ( $texmf . "/source/${name}/base/*" );
- # Exception for Context !
- if (${name} eq 'context') {
- push @run_patterns, $texmf . "/tex/context/*";
-
# exception for texinfo since it has no subdirs.
- } elsif (${name} eq 'texinfo') {
+ if (${name} eq 'texinfo') {
push @run_patterns, $texmf . "/tex/texinfo/*";
# Exception for fontinst, since it has lots of subdirs, including misc.