diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-04-01 15:20:13 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-04-01 15:20:13 +0000 |
commit | 4986d435b386a1ba51e88444d84b148b17da5b1a (patch) | |
tree | 999d65cbe2301b74ca555e40ef01a2d9c24e271f /Master/texmf | |
parent | dc60ed73864b809768fa228af1c46c6d89f644d3 (diff) |
texdoc scoring update
git-svn-id: svn://tug.org/texlive/trunk@17652 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/texdoc/texdoc.cnf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf/texdoc/texdoc.cnf b/Master/texmf/texdoc/texdoc.cnf index 39321247d8f..bb56a078be8 100644 --- a/Master/texmf/texdoc/texdoc.cnf +++ b/Master/texmf/texdoc/texdoc.cnf @@ -92,6 +92,11 @@ adjscore /source/ = -1000 # tex-virtual-academy provides a lot of fake matches adjscore /tex-virtual-academy-pl/ = -50 +# test and example files are not likely the best documentation +adjscore test = -3 +adjscore example = -3 +adjscore sample = -3 + # Uncomment this to make the man pages have a greater priority #adjscore .man1. = 5 #adjscore .man5. = 5 |