diff options
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/* |