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 | |
parent | 4ac020d664274755c1fd75b93e4ccd34a051038e (diff) |
eplain special case
git-svn-id: svn://tug.org/texlive/trunk@2632 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/tools/Tpm.pm | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tpm/eplain.tpm | 36 |
2 files changed, 38 insertions, 4 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') { diff --git a/Master/texmf-dist/tpm/eplain.tpm b/Master/texmf-dist/tpm/eplain.tpm index b896e45a273..627d61e9515 100644 --- a/Master/texmf-dist/tpm/eplain.tpm +++ b/Master/texmf-dist/tpm/eplain.tpm @@ -3,8 +3,8 @@ <rdf:Description about="http://texlive.dante.de/texlive/Package/eplain.zip"> <TPM:Name>eplain</TPM:Name> <TPM:Type>Package</TPM:Type> - <TPM:Date>1970/01/01 00:00:00</TPM:Date> - <TPM:Version>3.0</TPM:Version> + <TPM:Date>2006/12/03 13:17:00</TPM:Date> + <TPM:Version>3.1</TPM:Version> <TPM:Creator>popineau</TPM:Creator> <TPM:Title>Extended plain tex macros.</TPM:Title> <TPM:Description> @@ -15,9 +15,37 @@ tables, two-column output, footnotes and commutative diagrams. [description copied from TeX Catalogue] </TPM:Description> <TPM:Author>Karl Berry, Oleg Katsitadze</TPM:Author> - <TPM:Size>2005365</TPM:Size> + <TPM:Size>2236491</TPM:Size> <TPM:Build/> - <TPM:RunFiles size="6685">texmf-dist/tpm/eplain.tpm</TPM:RunFiles> + <TPM:RunFiles size="190255"> +texmf-dist/tex/eplain/arrow.tex +texmf-dist/tex/eplain/btxmac.tex +texmf-dist/tex/eplain/eplain.aux +texmf-dist/tex/eplain/eplain.ini +texmf-dist/tex/eplain/eplain.tex +texmf-dist/tpm/eplain.tpm + </TPM:RunFiles> + <TPM:DocFiles size="1670649"> +texmf-dist/doc/eplain/AUTHORS +texmf-dist/doc/eplain/COPYING +texmf-dist/doc/eplain/ChangeLog +texmf-dist/doc/eplain/INSTALL +texmf-dist/doc/eplain/NEWS +texmf-dist/doc/eplain/PROJECTS +texmf-dist/doc/eplain/README +texmf-dist/doc/eplain/demo/Makefile +texmf-dist/doc/eplain/demo/lscommnt.tex +texmf-dist/doc/eplain/demo/xhyper.tex +texmf-dist/doc/eplain/doc/eplain.html +texmf-dist/doc/eplain/doc/eplain.pdf +texmf-dist/doc/eplain/doc/lscommnt.jpg +texmf-dist/doc/eplain/doc/xhyper.jpg +texmf-dist/doc/eplain/util/idxuniq +texmf-dist/doc/eplain/util/trimsee + </TPM:DocFiles> + <TPM:SourceFiles size="375590"> +texmf-dist/source/eplain/eplain-source-3.1.zip + </TPM:SourceFiles> <TPM:Requires> <TPM:TLCore name="bin-eplain"/> </TPM:Requires> |