summary refs log tree commit diff
path: root/doc/languages-frameworks/texlive.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/languages-frameworks/texlive.section.md')
-rw-r--r--doc/languages-frameworks/texlive.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/texlive.section.md b/doc/languages-frameworks/texlive.section.md
index 72ab14126be..a4c81daa54b 100644
--- a/doc/languages-frameworks/texlive.section.md
+++ b/doc/languages-frameworks/texlive.section.md
@@ -22,7 +22,7 @@ Since release 15.09 there is a new TeX Live packaging that lives entirely under
   texlive.combine {
     # inherit (texlive) whatever-you-want;
     pkgFilter = pkg:
-      pkg.tlType == "run" || pkg.tlType == "bin" || pkg.pname == "cm-super";
+      pkg.tlType == "run" || pkg.tlType == "bin" || pkg.hasManpages || pkg.pname == "cm-super";
     # elem tlType [ "run" "bin" "doc" "source" ]
     # there are also other attributes: version, name
   }