man: Kill off MANSUBDIRs
Three architecture dependent manuals are installed to MANSUBDIRs, creating at least two empty manual page directories on everyone's boxxen. Move those manuals to their canonical area, enhancing clarity, grepability, removing useless inodes, and increasing consistency with the rest of the architecture dependent manuals which are unconditionally installed, and noted at the top of the rendered manual. MFC after: 3 days
This commit is contained in:
@@ -51,6 +51,15 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20260503: Kill off MANSUBDIRs
|
||||
OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/i386/apmd.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/powerpc/nvram.8.gz
|
||||
OLD_DIRS+=usr/share/man/man8/amd64
|
||||
OLD_DIRS+=usr/share/man/man8/i386
|
||||
OLD_DIRS+=usr/share/man/man8/powerpc
|
||||
|
||||
# 20260430: Provide stdint.h macros unconditionally
|
||||
OLD_FILES+=usr/include/c++/v1/stdint.h
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
PROG= apm
|
||||
MAN= apm.8
|
||||
MANSUBDIR= /${MACHINE_CPUARCH}
|
||||
|
||||
PACKAGE=apm
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
CONFS= apmd.conf
|
||||
PROG= apmd
|
||||
MAN= apmd.8
|
||||
MANSUBDIR= /i386
|
||||
SRCS= apmd.c apmdlex.l apmdparse.y y.tab.h
|
||||
|
||||
PACKAGE=apm
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
PROG= nvram
|
||||
MAN= nvram.8
|
||||
MANSUBDIR= /powerpc
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
Reference in New Issue
Block a user