git: makedb: Fix apropos database generation better across release/master.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri May 17 07:21:12 PDT 2019


commit 3269e7564bfccc78cc8443cbc81eb0ea193f77ed
Author: Sascha Wildner <saw at online.de>
Date:   Fri May 17 16:20:45 2019 +0200

    makedb: Fix apropos database generation better across release/master.
    
    The apropos database format used by our new man(1) is different and
    incompatible to that used by our old man(1). The files are also named
    differently, mandoc.db (new) and whatis (old).
    
    So it makes no sense to use the old makewhatis on new systems or the
    new makewhatis on old systems. If the desired makewhatis does not
    exist, then we just don't generate the db, because the building system
    doesn't have the makewhatis needed to generate it.
    
    Once installed, the database will be updated regularly as per weekly
    periodic.

Summary of changes:
 share/man/Makefile | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3269e7564bfccc78cc8443cbc81eb0ea193f77ed


-- 
DragonFly BSD source repository



More information about the Commits mailing list