diff options
author | Norbert Preining <preining@logic.at> | 2008-07-28 20:57:54 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-07-28 20:57:54 +0000 |
commit | 8710b83fac1027472590803d0e801e82807e02e7 (patch) | |
tree | cef1dd94301f3800f7e2a2a8291775e14cfa40ff /Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | |
parent | 3f585ee9c3c9a8f471c10e1e797358dea8c82cd0 (diff) |
move the essentail documentation in texlive.infra into the runfiles section
git-svn-id: svn://tug.org/texlive/trunk@9850 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/texlive.infra.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index ff757743164..a3b3d0db8d7 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -6,11 +6,13 @@ longdesc tools (like 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. # -docpattern d readme.html -docpattern f LICENSE* -docpattern f README* -docpattern f doc.html -docpattern f index.html +# keep these files in runpattern so that they are installed in any case +runpattern d readme.html +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/* |