use generic gcc* in man.conf
. catches all gcc versions . also neatly handles the case in which there are no gcc versions (makewhatis doesn't complain)
This commit is contained in:
parent
de346b24e8
commit
586776e98b
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ _subdir man{[1-9],1x}
|
|||
_suffix .0
|
||||
_build .[1-9] mandoc %s
|
||||
_build .tbl tbl %s | mandoc
|
||||
_default /usr/{,pkg/{,gcc44/}}man
|
||||
_whatdb /usr/{,pkg/{,gcc44/}}man/whatis.db
|
||||
_default /usr/{,pkg/{,gcc*/}}man
|
||||
_whatdb /usr/{,pkg/{,gcc*/}}man/whatis.db
|
||||
1 man1
|
||||
2 man2
|
||||
3 man3
|
||||
|
|
Loading…
Reference in a new issue