diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-28 21:02:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-28 21:02:55 +0000 |
commit | 00d01eaaa1229e08933e3949be0cf0530ef13b7f (patch) | |
tree | b5f9c11399956723c6905383e0813ee69f455a40 /Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | |
parent | 8710b83fac1027472590803d0e801e82807e02e7 (diff) |
doc.html should stay a docpattern?
git-svn-id: svn://tug.org/texlive/trunk@9851 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/texlive.infra.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index a3b3d0db8d7..ee6a0b6c6d2 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -1,24 +1,22 @@ name texlive.infra category TLCore shortdesc basic TeX Live infrastructure -longdesc This package contains the files needed to get the longdesc TeX Live -longdesc tools (like tlmgr) running. That comprises the perl modules, -longdesc documentation, and the lzma binaries, plus tar and wget, sometimes). +longdesc This package contains the files needed to get the TeX Live +longdesc tools (notably tlmgr) running. That comprises the perl modules, +longdesc documentation, and the lzma binaries, plus tar and wget, sometimes. longdesc These files end up in the install packages. # -# keep these files in runpattern so that they are installed in any case +docpattern d tlpkg/doc +docpattern d tlpkg/man +docpattern f doc.html +docpattern f tlpkg/README +# runpattern d readme.html +runpattern d tlpkg/TeXLive runpattern f LICENSE* runpattern f README* -runpattern f doc.html runpattern f index.html -# these files can actually go into the doc section, they are not essential -docpattern f tlpkg/README -docpattern f tlpkg/doc/* -docpattern f tlpkg/man/* -# runpattern f release-texlive.txt -runpattern f tlpkg/TeXLive/* runpattern f tlpkg/installer/wgetrc # binpattern f/win32 tlpkg/installer/tar.exe |