diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-08 01:40:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-08 01:40:12 +0000 |
commit | 6b2b47002a4c75cbfc0672d85cdb26ddffe1ad3a (patch) | |
tree | 4a25e4380b4789f55e895b7a6f38dfb727bd0adf /Build/tools/Tpm.pm | |
parent | 4ac020d664274755c1fd75b93e4ccd34a051038e (diff) |
eplain special case
git-svn-id: svn://tug.org/texlive/trunk@2632 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools/Tpm.pm')
-rw-r--r-- | Build/tools/Tpm.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/tools/Tpm.pm b/Build/tools/Tpm.pm index 0cd736bec50..4ad864929bd 100644 --- a/Build/tools/Tpm.pm +++ b/Build/tools/Tpm.pm @@ -1317,6 +1317,12 @@ sub buildPatternsPackage { if (${name} eq 'texinfo') { push @run_patterns, $texmf . "/tex/texinfo/*"; + # exception for eplain since it has no subdirs either. + } elsif (${name} eq 'eplain') { + push @run_patterns, "$texmf/tex/eplain/*"; + push @doc_patterns, "$texmf/doc/eplain/*"; + push @source_patterns, "$texmf/source/eplain/*"; + # Exception for fontinst, since it has lots of subdirs, including misc. # cyrfinst is really a separate package, but let's not clean that up now. } elsif (${name} eq 'fontinst') { |