summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-07 23:38:17 +0000
committerKarl Berry <karl@freefriends.org>2006-12-07 23:38:17 +0000
commitf35919fc50f5a166dcd37a507b2337049ed358f6 (patch)
treea2daf2813f063765580315aae746e73c68b777a2
parent5d1d63bc0b140b7efcdcd8bb385212798595ff18 (diff)
(vendors): add groff.
(tex4ht): include new subdirs too. git-svn-id: svn://tug.org/texlive/trunk@2617 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/tools/Tpm.pm12
1 files changed, 8 insertions, 4 deletions
diff --git a/Build/tools/Tpm.pm b/Build/tools/Tpm.pm
index 26a8d5037e2..0cd736bec50 100644
--- a/Build/tools/Tpm.pm
+++ b/Build/tools/Tpm.pm
@@ -136,7 +136,7 @@ my @fonttypes = (
my @vendors = (
"adobe", "amsfonts", "archaic", "arphic",
"bakoma", "bh", "bitstrea", "bluesky",
- "cg", ,"cns", "cspsfonts-adobe",
+ "cg", ,"cns", "cspsfonts-adobe", "groff",
"hoekwater", "ibm", "itc", "jknappen", "jmn", "korean", "lh",
"mathdesign", "misc", "monotype", "paragrap",
"public", "uhc", "urw", "urw35vf", "vntex", "wadalab",
@@ -1261,7 +1261,7 @@ 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.
+ # exception for context doc, since everything belongs to context.tpm.
} elsif (${name} eq 'context') {
push (@doc_patterns, "$texmf/doc/context/*");
@@ -1269,9 +1269,13 @@ sub buildPatternsPackage {
} elsif (${name} eq 'metapost') {
push @run_patterns, $texmf . "/metapost/support/*";
- # Exception for tex4ht !
+ # Exception for tex4ht, since we just want everything.
} elsif (${name} eq 'tex4ht') {
- push @run_patterns, $texmf . "/tex4ht/ht-fonts/*";
+ push @run_patterns,
+ ("$texmf/tex4ht/bin/*",
+ "$texmf/tex4ht/ht-fonts/*",
+ "$texmf/tex4ht/xttl/*",
+ );
# Exception for omega !
} elsif (${name} eq 'omega') {