CVSROOT: /cvs Module name: src Changes by: dan...@cvs.openbsd.org 2022/07/10 21:11:49
Modified files: games/phantasia: Makefile gnu/usr.sbin/mkhybrid/mkhybrid: Makefile share/man/man4/man4.hppa: Makefile share/man/man4 : Makefile usr.bin/infocmp: Makefile usr.bin/tic : Makefile Added files: games/phantasia: phantasia.6 gnu/usr.sbin/mkhybrid/src: mkhybrid.8 share/man/man4/man4.hppa: cpu.4 share/man/man4 : wi.4 usr.bin/infocmp: infocmp.1 usr.bin/tic : captoinfo.1 Removed files: games/phantasia: phantasia.6tbl gnu/usr.sbin/mkhybrid/src: mkhybrid.8tbl share/man/man4/man4.hppa: cpu.4tbl share/man/man4 : wi.4tbl usr.bin/infocmp: infocmp.1tbl usr.bin/tic : captoinfo.1tbl Log message: remove the "tbl" suffix for a few man pages Over a decade ago, the build infrastructure had special logic to process man pages that ended with the suffix "tbl". This infrastructure is long gone and the special naming for these man pages is no longer needed. Revert the naming of these man pages for consistency with all other man pages in the tree. As a bonus, we remove a few lines from some of the Makefiles making them simpler. ok jmc@, and no objection from schwarze@