From: Ben Gras Date: Thu, 6 Oct 2011 18:52:12 +0000 (+0000) Subject: use generic gcc* in man.conf X-Git-Tag: v3.2.0~291 X-Git-Url: http://zhaoyanbai.com/repos//%22http:/www.isc.org/%22?a=commitdiff_plain;h=586776e98be67fdfe872c6e849890ebda28dc2dc;p=minix.git 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) --- diff --git a/etc/man.conf b/etc/man.conf index abef91197..a21b7fe20 100644 --- a/etc/man.conf +++ b/etc/man.conf @@ -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